org.javacc.jjtree
Class JJTreeParser

java.lang.Object
  extended by org.javacc.jjtree.JJTreeParser
All Implemented Interfaces:
JJTreeParserConstants, JJTreeParserTreeConstants

public class JJTreeParser
extends java.lang.Object
implements JJTreeParserTreeConstants, JJTreeParserConstants


Field Summary
 Token jj_nt
           
protected  org.javacc.jjtree.JJTJJTreeParserState jjtree
           
 boolean lookingAhead
           
 Token token
           
 JJTreeParserTokenManager token_source
           
 
Fields inherited from interface org.javacc.jjtree.JJTreeParserTreeConstants
JJTBNF, JJTBNFACTION, JJTBNFASSIGNMENT, JJTBNFCHOICE, JJTBNFDECLARATION, JJTBNFLOOKAHEAD, JJTBNFNODESCOPE, JJTBNFNONTERMINAL, JJTBNFONEORMORE, JJTBNFPARENTHESIZED, JJTBNFSEQUENCE, JJTBNFTRYBLOCK, JJTBNFZEROORMORE, JJTBNFZEROORONE, JJTCHARDESCRIPTOR, JJTCOMPILATIONUNIT, JJTEXPANSIONNODESCOPE, JJTGRAMMAR, JJTJAVACODE, JJTJAVACODEBODY, JJTNODEDESCRIPTOR, JJTNODEDESCRIPTOREXPRESSION, jjtNodeName, JJTOPTIONBINDING, JJTOPTIONS, JJTPRIMARYEXPRESSION, JJTPRODUCTIONS, JJTRE, JJTRECHARLIST, JJTRECHOICE, JJTREEOF, JJTRENAMED, JJTREONEORMORE, JJTREPARENTHESIZED, JJTREREFERENCE, JJTRESEQUENCE, JJTRESPEC, JJTRESTRINGLITERAL, JJTREZEROORMORE, JJTREZEROORONE, JJTTOKENDECLS, JJTVOID
 
Fields inherited from interface org.javacc.jjtree.JJTreeParserConstants
_DEFAULT, _EOF, _IGNORE_CASE, _JAVACODE, _LOOKAHEAD, _MORE, _OPTIONS, _PARSER_BEGIN, _PARSER_END, _SKIP, _SPECIAL_TOKEN, _TOKEN, _TOKEN_MGR_DECLS, ABSTRACT, ANDASSIGN, ASSIGN, BANG, BIT_AND, BIT_OR, BOOLEAN, BREAK, BYTE, CASE, CATCH, CHAR, CHARACTER_LITERAL, CLASS, COLON, COMMA, CONST, CONTINUE, DECIMAL_LITERAL, DECR, DEFAULT, DIGIT, DO, DOT, DOUBLE, ELSE, EOF, EQ, EXPONENT, EXTENDS, FALSE, FINAL, FINALLY, FLOAT, FLOATING_POINT_LITERAL, FOR, FORMAL_COMMENT, GE, GOTO, GT, HEX_LITERAL, HOOK, IDENTIFIER, IF, IMPLEMENTS, IMPORT, IN_FORMAL_COMMENT, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, INCR, INSTANCEOF, INT, INTEGER_LITERAL, INTERFACE, LBRACE, LBRACKET, LE, LETTER, LONG, LPAREN, LT, MINUS, MINUSASSIGN, MULTI_LINE_COMMENT, NATIVE, NE, NEW, NULL, OCTAL_LITERAL, ORASSIGN, PACKAGE, PLUS, PLUSASSIGN, PRIVATE, PROTECTED, PUBLIC, RBRACE, RBRACKET, REM, REMASSIGN, RETURN, RPAREN, SC_AND, SC_OR, SEMICOLON, SHORT, SINGLE_LINE_COMMENT, SLASH, SLASHASSIGN, STAR, STARASSIGN, STATIC, STRING_LITERAL, SUPER, SWITCH, SYNCHRONIZED, THIS, THROW, THROWS, TILDE, tokenImage, TRANSIENT, TRUE, TRY, VOID, VOLATILE, WHILE, XOR, XORASSIGN
 
Constructor Summary
JJTreeParser(java.io.InputStream stream)
           
JJTreeParser(JJTreeParserTokenManager tm)
           
JJTreeParser(java.io.Reader stream)
           
 
Method Summary
 void AdditiveExpression()
           
 void AllocationExpression()
           
 void AndExpression()
           
 void ArgumentList()
           
 void Arguments()
           
 void ArrayDimsAndInits()
           
 void ArrayInitializer()
           
 void AssignmentOperator()
           
 void Block()
           
 void BlockStatement()
           
 void bnf_production()
           
 Token BooleanLiteral()
           
 void BreakStatement()
           
 void CastExpression()
           
 void CastLookahead()
           
 void character_descriptor()
           
 void character_list()
           
 void ClassBody()
           
 void ClassBodyDeclaration()
           
 void ClassDeclaration()
           
 void CompilationUnit()
           
 void complex_regular_expression_choices()
           
 void complex_regular_expression_unit()
           
 void complex_regular_expression()
           
 void ConditionalAndExpression()
           
 void ConditionalExpression()
           
 void ConditionalOrExpression()
           
 void ConstructorDeclaration()
           
 void ContinueStatement()
           
 void disable_tracing()
           
 void DoStatement()
           
 void EmptyStatement()
           
 void enable_tracing()
           
 void EqualityExpression()
           
 void ExclusiveOrExpression()
           
 SimpleNode expansion_choices(ASTProduction p)
           
 SimpleNode expansion_unit(ASTProduction p)
           
 void expansion(ASTProduction p)
           
 void ExplicitConstructorInvocation()
           
 void Expression()
           
 void FieldDeclaration()
           
 void ForInit()
           
 void FormalParameter()
           
 void FormalParameters()
           
 void ForStatement()
           
 void ForUpdate()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 Token identifier()
           
 void IfStatement()
           
 void ImportDeclaration()
           
 void InclusiveOrExpression()
           
 void Initializer()
           
 void InstanceOfExpression()
           
 Token IntegerLiteral()
           
 void InterfaceDeclaration()
           
 void InterfaceMemberDeclaration()
           
 void javacc_input()
          THE JAVACC GRAMMAR SPECIFICATION STARTS HERE *
 void javacc_options()
           
 void javacode_production()
           
 void JavaCompilationUnit()
           
 java.lang.String JavaIdentifier()
          THE JAVA GRAMMAR SPECIFICATION STARTS HERE *
 void LabeledStatement()
           
 void Literal()
           
 void local_lookahead(ASTProduction p)
           
 void LocalVariableDeclaration()
           
 void MethodDeclaration()
           
 void MethodDeclarationLookahead()
           
 void MethodDeclarator()
           
 void MultiplicativeExpression()
           
 java.lang.String Name()
           
 void NameList()
           
 void NestedClassDeclaration()
           
 void NestedInterfaceDeclaration()
           
 ASTNodeDescriptor node_descriptor()
          THE JJTREE PRODUCTIONS START HERE *
 void NullLiteral()
           
 void option_binding()
           
 void OtherAssignmentOps()
           
 void PackageDeclaration()
           
 void PostfixExpression()
           
 void PreDecrementExpression()
           
 void PreIncrementExpression()
           
 void PrimaryExpression()
           
 void PrimaryPrefix()
           
 void PrimarySuffix()
           
 void PrimitiveType()
           
 void production()
           
 void regexpr_kind()
           
 void regexpr_spec()
           
 void regular_expr_production()
           
 void regular_expression()
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(JJTreeParserTokenManager tm)
           
 void ReInit(java.io.Reader stream)
           
 void RelationalExpression()
           
 void ResultType()
           
 void ReturnStatement()
           
 void ShiftExpression()
           
 void ShiftOps()
           
 void Statement()
           
 void StatementExpression()
           
 void StatementExpressionList()
           
 Token StringLiteral()
           
 void SwitchLabel()
           
 void SwitchStatement()
           
 void SynchronizedStatement()
           
 void ThrowStatement()
           
 void token_manager_decls()
           
 void TryStatement()
           
 void Type()
           
 void TypeDeclaration()
           
 void UnaryExpression()
           
 void UnaryExpressionNotPlusMinus()
           
 void UnmodifiedClassDeclaration()
           
 void UnmodifiedInterfaceDeclaration()
           
 void VariableDeclarator()
           
 void VariableDeclaratorId()
           
 void VariableInitializer()
           
 void WhileStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jjtree

protected org.javacc.jjtree.JJTJJTreeParserState jjtree

token_source

public JJTreeParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt

lookingAhead

public boolean lookingAhead
Constructor Detail

JJTreeParser

public JJTreeParser(java.io.InputStream stream)

JJTreeParser

public JJTreeParser(java.io.Reader stream)

JJTreeParser

public JJTreeParser(JJTreeParserTokenManager tm)
Method Detail

javacc_input

public final void javacc_input()
                        throws ParseException
THE JAVACC GRAMMAR SPECIFICATION STARTS HERE *

Throws:
ParseException

javacc_options

public final void javacc_options()
                          throws ParseException
Throws:
ParseException

option_binding

public final void option_binding()
                          throws ParseException
Throws:
ParseException

production

public final void production()
                      throws ParseException
Throws:
ParseException

javacode_production

public final void javacode_production()
                               throws ParseException
Throws:
ParseException

bnf_production

public final void bnf_production()
                          throws ParseException
Throws:
ParseException

regular_expr_production

public final void regular_expr_production()
                                   throws ParseException
Throws:
ParseException

token_manager_decls

public final void token_manager_decls()
                               throws ParseException
Throws:
ParseException

regexpr_kind

public final void regexpr_kind()
                        throws ParseException
Throws:
ParseException

regexpr_spec

public final void regexpr_spec()
                        throws ParseException
Throws:
ParseException

expansion_choices

public final SimpleNode expansion_choices(ASTProduction p)
                                   throws ParseException
Throws:
ParseException

expansion

public final void expansion(ASTProduction p)
                     throws ParseException
Throws:
ParseException

local_lookahead

public final void local_lookahead(ASTProduction p)
                           throws ParseException
Throws:
ParseException

expansion_unit

public final SimpleNode expansion_unit(ASTProduction p)
                                throws ParseException
Throws:
ParseException

regular_expression

public final void regular_expression()
                              throws ParseException
Throws:
ParseException

complex_regular_expression_choices

public final void complex_regular_expression_choices()
                                              throws ParseException
Throws:
ParseException

complex_regular_expression

public final void complex_regular_expression()
                                      throws ParseException
Throws:
ParseException

complex_regular_expression_unit

public final void complex_regular_expression_unit()
                                           throws ParseException
Throws:
ParseException

character_list

public final void character_list()
                          throws ParseException
Throws:
ParseException

character_descriptor

public final void character_descriptor()
                                throws ParseException
Throws:
ParseException

identifier

public final Token identifier()
                       throws ParseException
Throws:
ParseException

node_descriptor

public final ASTNodeDescriptor node_descriptor()
                                        throws ParseException
THE JJTREE PRODUCTIONS START HERE *

Throws:
ParseException

JavaIdentifier

public final java.lang.String JavaIdentifier()
                                      throws ParseException
THE JAVA GRAMMAR SPECIFICATION STARTS HERE *

Throws:
ParseException

ShiftOps

public final void ShiftOps()
                    throws ParseException
Throws:
ParseException

OtherAssignmentOps

public final void OtherAssignmentOps()
                              throws ParseException
Throws:
ParseException

CompilationUnit

public final void CompilationUnit()
                           throws ParseException
Throws:
ParseException

JavaCompilationUnit

public final void JavaCompilationUnit()
                               throws ParseException
Throws:
ParseException

PackageDeclaration

public final void PackageDeclaration()
                              throws ParseException
Throws:
ParseException

ImportDeclaration

public final void ImportDeclaration()
                             throws ParseException
Throws:
ParseException

TypeDeclaration

public final void TypeDeclaration()
                           throws ParseException
Throws:
ParseException

ClassDeclaration

public final void ClassDeclaration()
                            throws ParseException
Throws:
ParseException

UnmodifiedClassDeclaration

public final void UnmodifiedClassDeclaration()
                                      throws ParseException
Throws:
ParseException

ClassBody

public final void ClassBody()
                     throws ParseException
Throws:
ParseException

NestedClassDeclaration

public final void NestedClassDeclaration()
                                  throws ParseException
Throws:
ParseException

ClassBodyDeclaration

public final void ClassBodyDeclaration()
                                throws ParseException
Throws:
ParseException

MethodDeclarationLookahead

public final void MethodDeclarationLookahead()
                                      throws ParseException
Throws:
ParseException

InterfaceDeclaration

public final void InterfaceDeclaration()
                                throws ParseException
Throws:
ParseException

NestedInterfaceDeclaration

public final void NestedInterfaceDeclaration()
                                      throws ParseException
Throws:
ParseException

UnmodifiedInterfaceDeclaration

public final void UnmodifiedInterfaceDeclaration()
                                          throws ParseException
Throws:
ParseException

InterfaceMemberDeclaration

public final void InterfaceMemberDeclaration()
                                      throws ParseException
Throws:
ParseException

FieldDeclaration

public final void FieldDeclaration()
                            throws ParseException
Throws:
ParseException

VariableDeclarator

public final void VariableDeclarator()
                              throws ParseException
Throws:
ParseException

VariableDeclaratorId

public final void VariableDeclaratorId()
                                throws ParseException
Throws:
ParseException

VariableInitializer

public final void VariableInitializer()
                               throws ParseException
Throws:
ParseException

ArrayInitializer

public final void ArrayInitializer()
                            throws ParseException
Throws:
ParseException

MethodDeclaration

public final void MethodDeclaration()
                             throws ParseException
Throws:
ParseException

MethodDeclarator

public final void MethodDeclarator()
                            throws ParseException
Throws:
ParseException

FormalParameters

public final void FormalParameters()
                            throws ParseException
Throws:
ParseException

FormalParameter

public final void FormalParameter()
                           throws ParseException
Throws:
ParseException

ConstructorDeclaration

public final void ConstructorDeclaration()
                                  throws ParseException
Throws:
ParseException

ExplicitConstructorInvocation

public final void ExplicitConstructorInvocation()
                                         throws ParseException
Throws:
ParseException

Initializer

public final void Initializer()
                       throws ParseException
Throws:
ParseException

Type

public final void Type()
                throws ParseException
Throws:
ParseException

PrimitiveType

public final void PrimitiveType()
                         throws ParseException
Throws:
ParseException

ResultType

public final void ResultType()
                      throws ParseException
Throws:
ParseException

Name

public final java.lang.String Name()
                            throws ParseException
Throws:
ParseException

NameList

public final void NameList()
                    throws ParseException
Throws:
ParseException

Expression

public final void Expression()
                      throws ParseException
Throws:
ParseException

AssignmentOperator

public final void AssignmentOperator()
                              throws ParseException
Throws:
ParseException

ConditionalExpression

public final void ConditionalExpression()
                                 throws ParseException
Throws:
ParseException

ConditionalOrExpression

public final void ConditionalOrExpression()
                                   throws ParseException
Throws:
ParseException

ConditionalAndExpression

public final void ConditionalAndExpression()
                                    throws ParseException
Throws:
ParseException

InclusiveOrExpression

public final void InclusiveOrExpression()
                                 throws ParseException
Throws:
ParseException

ExclusiveOrExpression

public final void ExclusiveOrExpression()
                                 throws ParseException
Throws:
ParseException

AndExpression

public final void AndExpression()
                         throws ParseException
Throws:
ParseException

EqualityExpression

public final void EqualityExpression()
                              throws ParseException
Throws:
ParseException

InstanceOfExpression

public final void InstanceOfExpression()
                                throws ParseException
Throws:
ParseException

RelationalExpression

public final void RelationalExpression()
                                throws ParseException
Throws:
ParseException

ShiftExpression

public final void ShiftExpression()
                           throws ParseException
Throws:
ParseException

AdditiveExpression

public final void AdditiveExpression()
                              throws ParseException
Throws:
ParseException

MultiplicativeExpression

public final void MultiplicativeExpression()
                                    throws ParseException
Throws:
ParseException

UnaryExpression

public final void UnaryExpression()
                           throws ParseException
Throws:
ParseException

PreIncrementExpression

public final void PreIncrementExpression()
                                  throws ParseException
Throws:
ParseException

PreDecrementExpression

public final void PreDecrementExpression()
                                  throws ParseException
Throws:
ParseException

UnaryExpressionNotPlusMinus

public final void UnaryExpressionNotPlusMinus()
                                       throws ParseException
Throws:
ParseException

CastLookahead

public final void CastLookahead()
                         throws ParseException
Throws:
ParseException

PostfixExpression

public final void PostfixExpression()
                             throws ParseException
Throws:
ParseException

CastExpression

public final void CastExpression()
                          throws ParseException
Throws:
ParseException

PrimaryExpression

public final void PrimaryExpression()
                             throws ParseException
Throws:
ParseException

PrimaryPrefix

public final void PrimaryPrefix()
                         throws ParseException
Throws:
ParseException

PrimarySuffix

public final void PrimarySuffix()
                         throws ParseException
Throws:
ParseException

Literal

public final void Literal()
                   throws ParseException
Throws:
ParseException

IntegerLiteral

public final Token IntegerLiteral()
                           throws ParseException
Throws:
ParseException

BooleanLiteral

public final Token BooleanLiteral()
                           throws ParseException
Throws:
ParseException

StringLiteral

public final Token StringLiteral()
                          throws ParseException
Throws:
ParseException

NullLiteral

public final void NullLiteral()
                       throws ParseException
Throws:
ParseException

Arguments

public final void Arguments()
                     throws ParseException
Throws:
ParseException

ArgumentList

public final void ArgumentList()
                        throws ParseException
Throws:
ParseException

AllocationExpression

public final void AllocationExpression()
                                throws ParseException
Throws:
ParseException

ArrayDimsAndInits

public final void ArrayDimsAndInits()
                             throws ParseException
Throws:
ParseException

Statement

public final void Statement()
                     throws ParseException
Throws:
ParseException

LabeledStatement

public final void LabeledStatement()
                            throws ParseException
Throws:
ParseException

Block

public final void Block()
                 throws ParseException
Throws:
ParseException

BlockStatement

public final void BlockStatement()
                          throws ParseException
Throws:
ParseException

LocalVariableDeclaration

public final void LocalVariableDeclaration()
                                    throws ParseException
Throws:
ParseException

EmptyStatement

public final void EmptyStatement()
                          throws ParseException
Throws:
ParseException

StatementExpression

public final void StatementExpression()
                               throws ParseException
Throws:
ParseException

SwitchStatement

public final void SwitchStatement()
                           throws ParseException
Throws:
ParseException

SwitchLabel

public final void SwitchLabel()
                       throws ParseException
Throws:
ParseException

IfStatement

public final void IfStatement()
                       throws ParseException
Throws:
ParseException

WhileStatement

public final void WhileStatement()
                          throws ParseException
Throws:
ParseException

DoStatement

public final void DoStatement()
                       throws ParseException
Throws:
ParseException

ForStatement

public final void ForStatement()
                        throws ParseException
Throws:
ParseException

ForInit

public final void ForInit()
                   throws ParseException
Throws:
ParseException

StatementExpressionList

public final void StatementExpressionList()
                                   throws ParseException
Throws:
ParseException

ForUpdate

public final void ForUpdate()
                     throws ParseException
Throws:
ParseException

BreakStatement

public final void BreakStatement()
                          throws ParseException
Throws:
ParseException

ContinueStatement

public final void ContinueStatement()
                             throws ParseException
Throws:
ParseException

ReturnStatement

public final void ReturnStatement()
                           throws ParseException
Throws:
ParseException

ThrowStatement

public final void ThrowStatement()
                          throws ParseException
Throws:
ParseException

SynchronizedStatement

public final void SynchronizedStatement()
                                 throws ParseException
Throws:
ParseException

TryStatement

public final void TryStatement()
                        throws ParseException
Throws:
ParseException

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.Reader stream)

ReInit

public void ReInit(JJTreeParserTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public final ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()