Package org.jtool.jxplatform.j2x.parser

Application programming interfaces for parsing source code and generating original XML documents.

See:
          Description

Interface Summary
JavaParserConstants  
 

Class Summary
JavaParser Parses input source code and generates a DOM tree from it.
JavaParserTokenManager  
JxParser Parses source code and generates a fundamental XML document from it.
Main Test for the Java parser.
Main2 Test for the Java parser.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
Token.GTToken  
 

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

Error Summary
TokenMgrError  
 

Package org.jtool.jxplatform.j2x.parser Description

Application programming interfaces for parsing source code and generating original XML documents. This package contains JavaCC source code and several Java source files generated by the JavaCC compiler. If you modify the contents of javaCC source code, you must generate some Java source files before compiling classes in this package. See and use the Ant build file (build.xml) to generate the required files.