org.jostraca.directive
Class DirectiveAntlrLexer
java.lang.Object
org.jostraca.comp.antlr.CharScanner
org.jostraca.directive.DirectiveAntlrLexer
- All Implemented Interfaces:
- DirectiveAntlrLexerTokenTypes, org.jostraca.comp.antlr.TokenStream
- public class DirectiveAntlrLexer
- extends org.jostraca.comp.antlr.CharScanner
- implements DirectiveAntlrLexerTokenTypes, org.jostraca.comp.antlr.TokenStream
|
Field Summary |
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_0
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_1
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_2
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_3
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_4
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_5
|
static org.jostraca.comp.antlr.collections.impl.BitSet |
_tokenSet_6
|
| Fields inherited from class org.jostraca.comp.antlr.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth |
| Fields inherited from interface org.jostraca.directive.DirectiveAntlrLexerTokenTypes |
ARGNAME, DIRECTIVENAME, DQSTRING, EOF, ESCDQ, ESCSQ, ID, NONSPACE, NULL_TREE_LOOKAHEAD, REFINEDID, SQSTRING, WS |
|
Method Summary |
void |
mARGNAME(boolean _createToken)
|
void |
mDIRECTIVENAME(boolean _createToken)
|
void |
mDQSTRING(boolean _createToken)
|
protected void |
mESCDQ(boolean _createToken)
|
protected void |
mESCSQ(boolean _createToken)
|
protected void |
mID(boolean _createToken)
|
void |
mNONSPACE(boolean _createToken)
|
protected void |
mREFINEDID(boolean _createToken)
|
void |
mSQSTRING(boolean _createToken)
|
void |
mWS(boolean _createToken)
|
org.jostraca.comp.antlr.Token |
nextToken()
|
| Methods inherited from class org.jostraca.comp.antlr.CharScanner |
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tokenSet_0
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_0
_tokenSet_1
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_1
_tokenSet_2
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_2
_tokenSet_3
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_3
_tokenSet_4
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_4
_tokenSet_5
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_5
_tokenSet_6
public static final org.jostraca.comp.antlr.collections.impl.BitSet _tokenSet_6
DirectiveAntlrLexer
public DirectiveAntlrLexer(java.io.InputStream in)
DirectiveAntlrLexer
public DirectiveAntlrLexer(java.io.Reader in)
DirectiveAntlrLexer
public DirectiveAntlrLexer(org.jostraca.comp.antlr.InputBuffer ib)
DirectiveAntlrLexer
public DirectiveAntlrLexer(org.jostraca.comp.antlr.LexerSharedInputState state)
nextToken
public org.jostraca.comp.antlr.Token nextToken()
throws org.jostraca.comp.antlr.TokenStreamException
- Specified by:
nextToken in interface org.jostraca.comp.antlr.TokenStream
- Throws:
org.jostraca.comp.antlr.TokenStreamException
mDQSTRING
public final void mDQSTRING(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mESCDQ
protected final void mESCDQ(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mSQSTRING
public final void mSQSTRING(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mESCSQ
protected final void mESCSQ(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mDIRECTIVENAME
public final void mDIRECTIVENAME(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mWS
public final void mWS(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mREFINEDID
protected final void mREFINEDID(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mID
protected final void mID(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mNONSPACE
public final void mNONSPACE(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
mARGNAME
public final void mARGNAME(boolean _createToken)
throws org.jostraca.comp.antlr.RecognitionException,
org.jostraca.comp.antlr.CharStreamException,
org.jostraca.comp.antlr.TokenStreamException
- Throws:
org.jostraca.comp.antlr.RecognitionException
org.jostraca.comp.antlr.CharStreamException
org.jostraca.comp.antlr.TokenStreamException
Copyright © 2000-2002 Richard Rodger