Package org.eclipse.epsilon.hutn.parse
Class HutnLexer
- java.lang.Object
 - 
- org.antlr.runtime.BaseRecognizer
 - 
- org.antlr.runtime.Lexer
 - 
- org.eclipse.epsilon.hutn.parse.HutnLexer
 
 
 
 
- 
- All Implemented Interfaces:
 org.antlr.runtime.TokenSource
public class HutnLexer extends org.antlr.runtime.Lexer 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intADJECTIVEstatic intADJECTIVE_PREFIXstatic intASSIGNMENTstatic intASSOC_INSTANCEstatic intCLS_LVL_ATTRIBUTEstatic intCOMMAprotected org.eclipse.epsilon.hutn.parse.HutnLexer.DFA15dfa15static intDIGITstatic intEOFstatic intESCstatic intFALSEstatic intID_LETTERstatic intID_START_LETTERstatic intLBRACKETstatic intML_COMMENTstatic intNAMEstatic intNULLstatic intNUMERIC_VALUEstatic intRBRACKETstatic intREFERENCEstatic intSL_COMMENTstatic intT__27static intT__28static intTEXT_LETTERstatic intTEXTUAL_VALUEstatic intTRUEstatic intWS 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGrammarFileName()voidmADJECTIVE_PREFIX()voidmASSIGNMENT()voidmCOMMA()voidmDIGIT()voidmESC()voidmFALSE()voidmID_LETTER()voidmID_START_LETTER()voidmLBRACKET()voidmML_COMMENT()voidmNAME()voidmNULL()voidmNUMERIC_VALUE()voidmRBRACKET()voidmSL_COMMENT()voidmT__27()voidmT__28()voidmTEXT_LETTER()voidmTEXTUAL_VALUE()voidmTokens()voidmTRUE()voidmWS()- 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, 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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
CLS_LVL_ATTRIBUTE
public static final int CLS_LVL_ATTRIBUTE
- See Also:
 - Constant Field Values
 
 
- 
TEXTUAL_VALUE
public static final int TEXTUAL_VALUE
- See Also:
 - Constant Field Values
 
 
- 
ASSOC_INSTANCE
public static final int ASSOC_INSTANCE
- See Also:
 - Constant Field Values
 
 
- 
ESC
public static final int ESC
- See Also:
 - Constant Field Values
 
 
- 
REFERENCE
public static final int REFERENCE
- See Also:
 - Constant Field Values
 
 
- 
ASSIGNMENT
public static final int ASSIGNMENT
- See Also:
 - Constant Field Values
 
 
- 
ADJECTIVE
public static final int ADJECTIVE
- See Also:
 - Constant Field Values
 
 
- 
WS
public static final int WS
- See Also:
 - Constant Field Values
 
 
- 
EOF
public static final int EOF
- See Also:
 - Constant Field Values
 
 
- 
COMMA
public static final int COMMA
- See Also:
 - Constant Field Values
 
 
- 
ID_START_LETTER
public static final int ID_START_LETTER
- See Also:
 - Constant Field Values
 
 
- 
NULL
public static final int NULL
- See Also:
 - Constant Field Values
 
 
- 
TRUE
public static final int TRUE
- See Also:
 - Constant Field Values
 
 
- 
LBRACKET
public static final int LBRACKET
- See Also:
 - Constant Field Values
 
 
- 
NUMERIC_VALUE
public static final int NUMERIC_VALUE
- See Also:
 - Constant Field Values
 
 
- 
RBRACKET
public static final int RBRACKET
- See Also:
 - Constant Field Values
 
 
- 
TEXT_LETTER
public static final int TEXT_LETTER
- See Also:
 - Constant Field Values
 
 
- 
ID_LETTER
public static final int ID_LETTER
- See Also:
 - Constant Field Values
 
 
- 
DIGIT
public static final int DIGIT
- See Also:
 - Constant Field Values
 
 
- 
NAME
public static final int NAME
- See Also:
 - Constant Field Values
 
 
- 
T__27
public static final int T__27
- See Also:
 - Constant Field Values
 
 
- 
T__28
public static final int T__28
- See Also:
 - Constant Field Values
 
 
- 
ADJECTIVE_PREFIX
public static final int ADJECTIVE_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
ML_COMMENT
public static final int ML_COMMENT
- See Also:
 - Constant Field Values
 
 
- 
SL_COMMENT
public static final int SL_COMMENT
- See Also:
 - Constant Field Values
 
 
- 
FALSE
public static final int FALSE
- See Also:
 - Constant Field Values
 
 
- 
dfa15
protected org.eclipse.epsilon.hutn.parse.HutnLexer.DFA15 dfa15
 
 - 
 
- 
Method Detail
- 
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
 getGrammarFileNamein classorg.antlr.runtime.BaseRecognizer
 
- 
mTRUE
public final void mTRUE() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mFALSE
public final void mFALSE() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mNULL
public final void mNULL() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mT__27
public final void mT__27() 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
 
- 
mCOMMA
public final void mCOMMA() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mLBRACKET
public final void mLBRACKET() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mRBRACKET
public final void mRBRACKET() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mASSIGNMENT
public final void mASSIGNMENT() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mNAME
public final void mNAME() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mTEXTUAL_VALUE
public final void mTEXTUAL_VALUE() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mNUMERIC_VALUE
public final void mNUMERIC_VALUE() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mADJECTIVE_PREFIX
public final void mADJECTIVE_PREFIX() 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
 
- 
mML_COMMENT
public final void mML_COMMENT() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mSL_COMMENT
public final void mSL_COMMENT() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mID_START_LETTER
public final void mID_START_LETTER() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mID_LETTER
public final void mID_LETTER() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mESC
public final void mESC() throws org.antlr.runtime.RecognitionException- Throws:
 org.antlr.runtime.RecognitionException
 
- 
mTEXT_LETTER
public final void mTEXT_LETTER() 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
 
- 
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException- Specified by:
 mTokensin classorg.antlr.runtime.Lexer- Throws:
 org.antlr.runtime.RecognitionException
 
 - 
 
 -