org.databene.regex.antlr
Class RegexLexer
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
org.databene.regex.antlr.RegexLexer
- All Implemented Interfaces:
- org.antlr.runtime.TokenSource
public class RegexLexer
- extends org.antlr.runtime.Lexer
| 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 |
RegexLexer()
|
RegexLexer(org.antlr.runtime.CharStream input)
|
RegexLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
|
| Methods inherited from class org.antlr.runtime.Lexer |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEXDIGIT
public static final int HEXDIGIT
- See Also:
- Constant Field Values
T__35
public static final int T__35
- See Also:
- Constant Field Values
RANGE
public static final int RANGE
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
T__36
public static final int T__36
- See Also:
- Constant Field Values
ALPHANUM
public static final int ALPHANUM
- See Also:
- Constant Field Values
EXCL
public static final int EXCL
- See Also:
- Constant Field Values
OCTALCHAR
public static final int OCTALCHAR
- See Also:
- Constant Field Values
CHOICE
public static final int CHOICE
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
T__33
public static final int T__33
- See Also:
- Constant Field Values
ESCAPEDEDCHARACTER
public static final int ESCAPEDEDCHARACTER
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
QUANT
public static final int QUANT
- See Also:
- Constant Field Values
OCTALDIGIT
public static final int OCTALDIGIT
- See Also:
- Constant Field Values
CODEDCHAR
public static final int CODEDCHAR
- See Also:
- Constant Field Values
T__31
public static final int T__31
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
SEQUENCE
public static final int SEQUENCE
- See Also:
- Constant Field Values
HEXCHAR
public static final int HEXCHAR
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
T__32
public static final int T__32
- See Also:
- Constant Field Values
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
T__37
public static final int T__37
- See Also:
- Constant Field Values
SIMPLEQUANTIFIER
public static final int SIMPLEQUANTIFIER
- See Also:
- Constant Field Values
INCL
public static final int INCL
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
SPECIALCHARACTER
public static final int SPECIALCHARACTER
- See Also:
- Constant Field Values
PREDEFINEDCLASS
public static final int PREDEFINEDCLASS
- See Also:
- Constant Field Values
FACTOR
public static final int FACTOR
- See Also:
- Constant Field Values
NONTYPEABLECHARACTER
public static final int NONTYPEABLECHARACTER
- See Also:
- Constant Field Values
T__34
public static final int T__34
- See Also:
- Constant Field Values
dfa3
protected org.databene.regex.antlr.RegexLexer.DFA3 dfa3
dfa4
protected org.databene.regex.antlr.RegexLexer.DFA4 dfa4
dfa8
protected org.databene.regex.antlr.RegexLexer.DFA8 dfa8
RegexLexer
public RegexLexer()
RegexLexer
public RegexLexer(org.antlr.runtime.CharStream input)
RegexLexer
public RegexLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
nextToken
public org.antlr.runtime.Token nextToken()
- Specified by:
nextToken in interface org.antlr.runtime.TokenSource- Overrides:
nextToken in class org.antlr.runtime.Lexer
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer
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
mT__37
public final void mT__37()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mGROUP
public final void mGROUP()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mCHOICE
public final void mCHOICE()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mSEQUENCE
public final void mSEQUENCE()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mFACTOR
public final void mFACTOR()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mCLASS
public final void mCLASS()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mRANGE
public final void mRANGE()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mINCL
public final void mINCL()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mEXCL
public final void mEXCL()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mQUANT
public final void mQUANT()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mPREDEFINEDCLASS
public final void mPREDEFINEDCLASS()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mALPHANUM
public final void mALPHANUM()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mSPECIALCHARACTER
public final void mSPECIALCHARACTER()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mESCAPEDEDCHARACTER
public final void mESCAPEDEDCHARACTER()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mNONTYPEABLECHARACTER
public final void mNONTYPEABLECHARACTER()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mOCTALCHAR
public final void mOCTALCHAR()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mHEXCHAR
public final void mHEXCHAR()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mCODEDCHAR
public final void mCODEDCHAR()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mSIMPLEQUANTIFIER
public final void mSIMPLEQUANTIFIER()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mINT
public final void mINT()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mLBRACE
public final void mLBRACE()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mRBRACE
public final void mRBRACE()
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
mLETTER
public final void mLETTER()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mHEXDIGIT
public final void mHEXDIGIT()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
mOCTALDIGIT
public final void mOCTALDIGIT()
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:
mTokens in class org.antlr.runtime.Lexer
- Throws:
org.antlr.runtime.RecognitionException
Copyright © 2010. All Rights Reserved.