类 GraphLexer
- java.lang.Object
-
- antlr.CharScanner
-
- org.hibernate.graph.internal.parse.GraphLexer
-
- 所有已实现的接口:
antlr.TokenStream,HEGLTokenTypes
public class GraphLexer extends antlr.CharScanner implements HEGLTokenTypes, antlr.TokenStream
Lexer for the Hibernate EntityGraph Language grammar
-
-
字段概要
字段 修饰符和类型 字段 说明 static antlr.collections.impl.BitSet_tokenSet_0-
从类继承的字段 antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
-
从接口继承的字段 org.hibernate.graph.internal.parse.HEGLTokenTypes
COLON, COMMA, DOT, EOF, LPAREN, NAME, NAME_CONTINUATION, NAME_START, NULL_TREE_LOOKAHEAD, RPAREN, WHITESPACE
-
-
构造器概要
构造器 构造器 说明 GraphLexer(antlr.InputBuffer ib)GraphLexer(antlr.LexerSharedInputState state)GraphLexer(InputStream in)GraphLexer(Reader in)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidmCOLON(boolean _createToken)voidmCOMMA(boolean _createToken)voidmDOT(boolean _createToken)voidmLPAREN(boolean _createToken)voidmNAME(boolean _createToken)In this grammar, basically any string since we (atm) have no keywordsprotected voidmNAME_CONTINUATION(boolean _createToken)protected voidmNAME_START(boolean _createToken)voidmRPAREN(boolean _createToken)voidmWHITESPACE(boolean _createToken)antlr.TokennextToken()-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
GraphLexer
public GraphLexer(InputStream in)
-
GraphLexer
public GraphLexer(Reader in)
-
GraphLexer
public GraphLexer(antlr.InputBuffer ib)
-
GraphLexer
public GraphLexer(antlr.LexerSharedInputState state)
-
-
方法详细资料
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException- 指定者:
nextToken在接口中antlr.TokenStream- 抛出:
antlr.TokenStreamException
-
mCOLON
public final void mCOLON(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCOMMA
public final void mCOMMA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDOT
public final void mDOT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mLPAREN
public final void mLPAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mRPAREN
public final void mRPAREN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mWHITESPACE
public final void mWHITESPACE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mNAME
public final void mNAME(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamExceptionIn this grammar, basically any string since we (atm) have no keywords- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mNAME_START
protected final void mNAME_START(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mNAME_CONTINUATION
protected final void mNAME_CONTINUATION(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException- 抛出:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
-