| Home >> All >> openjava >> tools >> [ parser Javadoc ] |
openjava.tools.parser: Javadoc index of package openjava.tools.parser.
Package Samples:
openjava.tools.parser
Classes:
ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
ASCII_UCodeESC_CharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
CustomTokenManager: The class CustomTokenManager For example
TokenSourceAdapter: The class TokenSourceAdapter For example
Token: Describes the input token stream.
Parser
IntAndObj
ParserConstants
ParserTokenManager
TokenIDPublisher
TokenMgrError
| Home | Contact Us | Privacy Policy | Terms of Service |