Package parser

Interface Summary
ExpressionParser.Addition The node Addition.
ExpressionParser.Default A namespace for the default implementations of the user-defined types.
ExpressionParser.Division The node Division.
ExpressionParser.Expression The node Expression.
ExpressionParser.Multiplication The node Multiplication.
ExpressionParser.Node A node of the abstract syntax tree that is the result of parsing.
ExpressionParser.Number The node Number.
ExpressionParser.Root The node Root.
ExpressionParser.Subtraction The node Subtraction.
ExpressionParser.Token A token, which is a part of a parsed text.
 

Class Summary
ExpressionParser A parser, generated by notavaCC 0.64.
ExpressionParser.Default.Addition An implementation of Addition node.
ExpressionParser.Default.Division An implementation of Division node.
ExpressionParser.Default.LexicalAnalyzer  
ExpressionParser.Default.Multiplication An implementation of Multiplication node.
ExpressionParser.Default.Node Provides a simple implementation of ExpressionParser.Node.
ExpressionParser.Default.Number An implementation of Number node.
ExpressionParser.Default.Root An implementation of Root node.
ExpressionParser.Default.Subtraction An implementation of Subtraction node.
ExpressionParser.Default.Token Provides a simple implementation of ExpressionParser.Token.
ExpressionParser.LexicalAnalyzer Generates a sequence of tokens.
ExpressionParser.NodeInitializationParameters Contains non-public fields to create a node.
ExpressionParser.Visitor A visitor of the visitor design pattern.
 

Exception Summary
ExpressionParser.ParseException Describes a error of a parsing.
 

Error Summary
ExpressionParser.ParseException.AmbiguousGrammarError