Package com.g11ntoolkit.parser.java

The set of classes that make up the Java File Parser support for the G11NToolKit.

See:
          Description

Interface Summary
JavaParserConstants  
JavaParserTreeConstants  
JavaParserVisitor  
LTParserVisitor An extension to the JavaCC generated JavaParserVisitor to include some needed methods for the G11NToolKit Tree Walker.
Node  
 

Class Summary
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaParser  
JavaParser.JJCalls  
JavaParserTokenManager  
JJTJavaParserState  
LTAdditiveExpression  
LTAllocationExpression  
LTAndExpression  
LTArgumentList  
LTArguments  
LTArrayDimsAndInits  
LTArrayInitializer  
LTAssertStatement  
LTAssignmentOperator  
LTBlock  
LTBlockStatement  
LTBooleanLiteral  
LTBreakStatement  
LTCastExpression  
LTCastLookahead  
LTClassBody  
LTClassBodyDeclaration  
LTClassDeclaration  
LTCompilationUnit  
LTConditionalAndExpression  
LTConditionalExpression  
LTConditionalOrExpression  
LTConstructorDeclaration  
LTContinueStatement  
LTDoStatement  
LTEmptyStatement  
LTEqualityExpression  
LTExclusiveOrExpression  
LTExplicitConstructorInvocation  
LTExpression  
LTFieldDeclaration  
LTForInit  
LTFormalParameter  
LTFormalParameters  
LTForStatement  
LTForUpdate  
LTIfStatement  
LTImportDeclaration  
LTInclusiveOrExpression  
LTInitializer  
LTInstanceOfExpression  
LTInterfaceDeclaration  
LTInterfaceMemberDeclaration  
LTLabeledStatement  
LTLiteral  
LTLocalVariableDeclaration  
LTMethodDeclaration  
LTMethodDeclarationLookahead  
LTMethodDeclarator  
LTMultiplicativeExpression  
LTName  
LTNameList  
LTNestedClassDeclaration  
LTNestedInterfaceDeclaration  
LTNullLiteral  
LTPackageDeclaration  
LTPostfixExpression  
LTPreDecrementExpression  
LTPreIncrementExpression  
LTPrimaryExpression  
LTPrimaryPrefix  
LTPrimarySuffix  
LTPrimitiveType  
LTRelationalExpression  
LTResultType  
LTReturnStatement  
LTShiftExpression  
LTStatement  
LTStatementExpression  
LTStatementExpressionList  
LTSwitchLabel  
LTSwitchStatement  
LTSynchronizedStatement  
LTThrowStatement  
LTTreeWalker Visit all the nodes in the Parse Tree.
LTTryStatement  
LTType  
LTTypeDeclaration  
LTUnaryExpression  
LTUnaryExpressionNotPlusMinus  
LTUnmodifiedClassDeclaration  
LTUnmodifiedInterfaceDeclaration  
LTVariableDeclarator  
LTVariableDeclaratorId  
LTVariableInitializer  
LTVisitor Traverse the parse tree from the first token in the tree to the last token.
LTWhileStatement  
SimpleNode An implementation of the JavaCC generated Node interface.
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
JavaParser.LookaheadSuccess  
TokenMgrError  
 

Package com.g11ntoolkit.parser.java Description

The set of classes that make up the Java File Parser support for the G11NToolKit.

Package Specification

This parser was generated by the JavaCC 3.2 parser generator using the java1.4.jj grammar file.

Related Documentation