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.LogicTokenTypesAND_EXPR, CLOSE_PAREN, EOF, IDENTIFIER, LITERAL_and, LITERAL_or, NULL_TREE_LOOKAHEAD, OPEN_PAREN, OR_EXPR, WS
 
- 
 - 
Constructor SummaryConstructors Constructor Description LogicLexer(antlr.InputBuffer ib)LogicLexer(antlr.LexerSharedInputState state)LogicLexer(java.io.InputStream in)LogicLexer(java.io.Reader in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmCLOSE_PAREN(boolean _createToken)voidmIDENTIFIER(boolean _createToken)voidmOPEN_PAREN(boolean _createToken)voidmWS(boolean _createToken)antlr.TokennextToken()- 
Methods inherited from class antlr.CharScannerappend, 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- 
nextTokenpublic antlr.Token nextToken() throws antlr.TokenStreamException- Specified by:
- nextTokenin interface- antlr.TokenStream
- Throws:
- antlr.TokenStreamException
 
 - 
mOPEN_PARENpublic final void mOPEN_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
 - 
mCLOSE_PARENpublic final void mCLOSE_PAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
 - 
mWSpublic final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
 - 
mIDENTIFIERpublic final void mIDENTIFIER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
 
- 
 
-