com.partnersoft.v3x.graphics.linetypes
Class LinetypeFormatParser

java.lang.Object
  extended by antlr.LLkParser
      extended by com.partnersoft.v3x.graphics.linetypes.LinetypeFormatParser
All Implemented Interfaces:
LinetypeTokenTypes

public class LinetypeFormatParser
extends antlr.LLkParser
implements LinetypeTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
static BitSet _tokenSet_0
           
static BitSet _tokenSet_1
           
static BitSet _tokenSet_2
           
static BitSet _tokenSet_3
           
 
Fields inherited from interface com.partnersoft.v3x.graphics.linetypes.LinetypeTokenTypes
ASSIGN, AT, CHAR_LITERAL, COLON, COMMA, DIGIT, DOT, EOF, ESC, HASH, IDENT_FIRST, IDENT_REST, LBRACK, LCURLY, LPAREN, ML_COMMENT, NULL_TREE_LOOKAHEAD, NUM_FLOAT, NUM_INT, RBRACK, RCURLY, RPAREN, SL_COMMENT, STRING_LITERAL, SYMBOLNAME, WS
 
Constructor Summary
  LinetypeFormatParser(TokenBuffer tokenBuf)
           
protected LinetypeFormatParser(TokenBuffer tokenBuf, int k)
          The main point of entry.
 
Method Summary
 java.lang.Character charLiteral()
           
 CompoundFormatSection compoundFormatSection()
           
 java.io.EOFException eof()
           
 java.lang.Double floatLiteral()
           
 FormatSection formatSection()
           
 java.lang.Long intLiteral()
           
 java.util.ArrayList sections()
           
 SimpleFormatSection simpleFormatSection()
           
 java.lang.String stringLiteral()
           
 java.lang.String symbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames

_tokenSet_0

public static final BitSet _tokenSet_0

_tokenSet_1

public static final BitSet _tokenSet_1

_tokenSet_2

public static final BitSet _tokenSet_2

_tokenSet_3

public static final BitSet _tokenSet_3
Constructor Detail

LinetypeFormatParser

protected LinetypeFormatParser(TokenBuffer tokenBuf,
                               int k)
The main point of entry. Throws an EOFException if you reach the end of the file.


LinetypeFormatParser

public LinetypeFormatParser(TokenBuffer tokenBuf)
Method Detail

eof

public final java.io.EOFException eof()
                               throws RecognitionException,
                                      TokenStreamException
Throws:
RecognitionException
TokenStreamException

floatLiteral

public final java.lang.Double floatLiteral()
                                    throws RecognitionException,
                                           TokenStreamException
Throws:
RecognitionException
TokenStreamException

intLiteral

public final java.lang.Long intLiteral()
                                throws RecognitionException,
                                       TokenStreamException
Throws:
RecognitionException
TokenStreamException

stringLiteral

public final java.lang.String stringLiteral()
                                     throws RecognitionException,
                                            TokenStreamException
Throws:
RecognitionException
TokenStreamException

charLiteral

public final java.lang.Character charLiteral()
                                      throws RecognitionException,
                                             TokenStreamException
Throws:
RecognitionException
TokenStreamException

symbol

public final java.lang.String symbol()
                              throws RecognitionException,
                                     TokenStreamException
Throws:
RecognitionException
TokenStreamException

sections

public final java.util.ArrayList sections()
                                   throws RecognitionException,
                                          TokenStreamException
Throws:
RecognitionException
TokenStreamException

formatSection

public final FormatSection formatSection()
                                  throws RecognitionException,
                                         TokenStreamException
Throws:
RecognitionException
TokenStreamException

simpleFormatSection

public final SimpleFormatSection simpleFormatSection()
                                              throws RecognitionException,
                                                     TokenStreamException
Throws:
RecognitionException
TokenStreamException

compoundFormatSection

public final CompoundFormatSection compoundFormatSection()
                                                  throws RecognitionException,
                                                         TokenStreamException
Throws:
RecognitionException
TokenStreamException