Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openjava.tools.parser.* (11)

openjava.tools: Javadoc index of package openjava.tools.


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.
DebugOut: The DebugOut class is used to print something in debugging. No instance should be allocate and this class should be used statically. This class implements most methods of public printing methods found in java.io.PrintWriter, as static methods.
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
WriterStack: Wrapper class of class Stack to specialize into Writer.
Token: Describes the input token stream.
Parser
IntAndObj
ParserConstants
ParserTokenManager
TokenIDPublisher
TokenMgrError

Home | Contact Us | Privacy Policy | Terms of Service