Package org.intermine.pathquery
Class LogicLexer
- java.lang.Object
-
- antlr.CharScanner
-
- org.intermine.pathquery.LogicLexer
-
- All Implemented Interfaces:
antlr.TokenStream
,LogicTokenTypes
public class LogicLexer extends antlr.CharScanner implements LogicTokenTypes, antlr.TokenStream
-
-
Field Summary
-
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
-
Fields inherited from interface org.intermine.pathquery.LogicTokenTypes
AND_EXPR, CLOSE_PAREN, EOF, IDENTIFIER, LITERAL_and, LITERAL_or, NULL_TREE_LOOKAHEAD, OPEN_PAREN, OR_EXPR, WS
-
-
Constructor Summary
Constructors Constructor Description LogicLexer(antlr.InputBuffer ib)
LogicLexer(antlr.LexerSharedInputState state)
LogicLexer(java.io.InputStream in)
LogicLexer(java.io.Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mCLOSE_PAREN(boolean _createToken)
void
mIDENTIFIER(boolean _createToken)
void
mOPEN_PAREN(boolean _createToken)
void
mWS(boolean _createToken)
antlr.Token
nextToken()
-
Methods inherited from class 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
-
-
-
-
Method Detail
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException
- Specified by:
nextToken
in interfaceantlr.TokenStream
- Throws:
antlr.TokenStreamException
-
mOPEN_PAREN
public final void mOPEN_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCLOSE_PAREN
public final void mCLOSE_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mWS
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mIDENTIFIER
public final void mIDENTIFIER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
-