gov.nasa.pds.tools.label.antlr
Class ODLLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by gov.nasa.pds.tools.label.antlr.ODLLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class ODLLexer
extends org.antlr.runtime.Lexer


Field Summary
static int BAD_TOKEN
           
static int BASED_INTEGER
           
static int COMMENT
           
static int DATETIME
           
protected  gov.nasa.pds.tools.label.antlr.ODLLexer.DFA21 dfa21
           
protected  gov.nasa.pds.tools.label.antlr.ODLLexer.DFA22 dfa22
           
protected  gov.nasa.pds.tools.label.antlr.ODLLexer.DFA32 dfa32
           
static int DIGIT
           
static int DIGITS
           
static int END
           
static int END_GROUP
           
static int END_OBJECT
           
static int EOF
           
static int EOL
           
static int EXTENDED_DIGIT
           
static int IDENTIFIER
           
static int INTEGER
           
static int INTEGER_OR_TIME
           
static int LETTER
           
static int QUOTED
           
static int QUOTED_UNTERMINATED
           
static int REAL
           
static int SIGN
           
static int SPECIALCHAR
           
static int SYMBOL
           
static int T__28
           
static int T__29
           
static int T__30
           
static int T__31
           
static int T__32
           
static int T__33
           
static int T__34
           
static int T__35
           
static int T__36
           
static int TIME
           
static int UNITS
           
static int WS
           
 
Fields inherited from class org.antlr.runtime.Lexer
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
ODLLexer()
           
ODLLexer(org.antlr.runtime.CharStream input)
           
ODLLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
protected  String displayableString(int c)
           
 String getGrammarFileName()
           
 void mBAD_TOKEN()
           
 void mBASED_INTEGER()
           
 void mCOMMENT()
           
 void mDATETIME()
           
 void mDIGIT()
           
 void mDIGITS()
           
 void mEND_GROUP()
           
 void mEND_OBJECT()
           
 void mEND()
           
 void mEOF()
           
 void mEOL()
           
 void mEXTENDED_DIGIT()
           
 void mIDENTIFIER()
           
 void mINTEGER_OR_TIME()
           
 void mINTEGER()
           
 void mLETTER()
           
 void mQUOTED_UNTERMINATED()
           
 void mQUOTED()
           
 void mREAL()
           
 void mSIGN()
           
 void mSPECIALCHAR()
           
 void mSYMBOL()
           
 void mT__28()
           
 void mT__29()
           
 void mT__30()
           
 void mT__31()
           
 void mT__32()
           
 void mT__33()
           
 void mT__34()
           
 void mT__35()
           
 void mT__36()
           
 void mTIME()
           
 void mTokens()
           
 void mUNITS()
           
 void mWS()
           
 org.antlr.runtime.Token nextToken()
           
 void recover(org.antlr.runtime.RecognitionException re)
           
 void reportError(org.antlr.runtime.RecognitionException e)
           
 void setLabel(Label label)
           
 void setStopAtEND(boolean stopAtEND)
           
 void synpred1_ODL_fragment()
           
 boolean synpred1_ODL()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

SIGN

public static final int SIGN
See Also:
Constant Field Values

END_OBJECT

public static final int END_OBJECT
See Also:
Constant Field Values

T__29

public static final int T__29
See Also:
Constant Field Values

T__28

public static final int T__28
See Also:
Constant Field Values

SYMBOL

public static final int SYMBOL
See Also:
Constant Field Values

QUOTED

public static final int QUOTED
See Also:
Constant Field Values

LETTER

public static final int LETTER
See Also:
Constant Field Values

DIGITS

public static final int DIGITS
See Also:
Constant Field Values

DATETIME

public static final int DATETIME
See Also:
Constant Field Values

END_GROUP

public static final int END_GROUP
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

QUOTED_UNTERMINATED

public static final int QUOTED_UNTERMINATED
See Also:
Constant Field Values

BAD_TOKEN

public static final int BAD_TOKEN
See Also:
Constant Field Values

UNITS

public static final int UNITS
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

REAL

public static final int REAL
See Also:
Constant Field Values

T__30

public static final int T__30
See Also:
Constant Field Values

T__31

public static final int T__31
See Also:
Constant Field Values

T__32

public static final int T__32
See Also:
Constant Field Values

EOL

public static final int EOL
See Also:
Constant Field Values

T__33

public static final int T__33
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

T__34

public static final int T__34
See Also:
Constant Field Values

BASED_INTEGER

public static final int BASED_INTEGER
See Also:
Constant Field Values

T__35

public static final int T__35
See Also:
Constant Field Values

T__36

public static final int T__36
See Also:
Constant Field Values

SPECIALCHAR

public static final int SPECIALCHAR
See Also:
Constant Field Values

IDENTIFIER

public static final int IDENTIFIER
See Also:
Constant Field Values

EXTENDED_DIGIT

public static final int EXTENDED_DIGIT
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

END

public static final int END
See Also:
Constant Field Values

INTEGER_OR_TIME

public static final int INTEGER_OR_TIME
See Also:
Constant Field Values

dfa21

protected gov.nasa.pds.tools.label.antlr.ODLLexer.DFA21 dfa21

dfa22

protected gov.nasa.pds.tools.label.antlr.ODLLexer.DFA22 dfa22

dfa32

protected gov.nasa.pds.tools.label.antlr.ODLLexer.DFA32 dfa32
Constructor Detail

ODLLexer

public ODLLexer()

ODLLexer

public ODLLexer(org.antlr.runtime.CharStream input)

ODLLexer

public ODLLexer(org.antlr.runtime.CharStream input,
                org.antlr.runtime.RecognizerSharedState state)
Method Detail

setStopAtEND

public void setStopAtEND(boolean stopAtEND)

nextToken

public org.antlr.runtime.Token nextToken()
Specified by:
nextToken in interface org.antlr.runtime.TokenSource
Overrides:
nextToken in class org.antlr.runtime.Lexer

reportError

public void reportError(org.antlr.runtime.RecognitionException e)
Overrides:
reportError in class org.antlr.runtime.Lexer

displayableString

protected String displayableString(int c)

recover

public void recover(org.antlr.runtime.RecognitionException re)
Overrides:
recover in class org.antlr.runtime.Lexer

setLabel

public void setLabel(Label label)

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mEND

public final void mEND()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEND_GROUP

public final void mEND_GROUP()
                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEND_OBJECT

public final void mEND_OBJECT()
                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__28

public final void mT__28()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__29

public final void mT__29()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__30

public final void mT__30()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__31

public final void mT__31()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__32

public final void mT__32()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__33

public final void mT__33()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__34

public final void mT__34()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__35

public final void mT__35()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__36

public final void mT__36()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSIGN

public final void mSIGN()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDIGIT

public final void mDIGIT()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLETTER

public final void mLETTER()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEOF

public final void mEOF()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEXTENDED_DIGIT

public final void mEXTENDED_DIGIT()
                           throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDIGITS

public final void mDIGITS()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSPECIALCHAR

public final void mSPECIALCHAR()
                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mCOMMENT

public final void mCOMMENT()
                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWS

public final void mWS()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mIDENTIFIER

public final void mIDENTIFIER()
                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mUNITS

public final void mUNITS()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mREAL

public final void mREAL()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mBASED_INTEGER

public final void mBASED_INTEGER()
                          throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDATETIME

public final void mDATETIME()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mINTEGER_OR_TIME

public final void mINTEGER_OR_TIME()
                            throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTIME

public final void mTIME()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mINTEGER

public final void mINTEGER()
                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mQUOTED

public final void mQUOTED()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mQUOTED_UNTERMINATED

public final void mQUOTED_UNTERMINATED()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSYMBOL

public final void mSYMBOL()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEOL

public final void mEOL()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mBAD_TOKEN

public final void mBAD_TOKEN()
                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException

synpred1_ODL_fragment

public final void synpred1_ODL_fragment()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

synpred1_ODL

public final boolean synpred1_ODL()


Copyright © 2005–2013 Planetary Data System. All rights reserved.