InterfaceParserTokenTypespublic class InterfaceParser extends antlr.LLkParser implements InterfaceParserTokenTypes
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String[] |
_tokenNames |
|
static antlr.collections.impl.BitSet |
_tokenSet_0 |
|
static antlr.collections.impl.BitSet |
_tokenSet_1 |
|
static antlr.collections.impl.BitSet |
_tokenSet_2 |
|
protected StringTemplateGroupInterface |
groupI |
COLON, COMMA, EOF, ID, LITERAL_interface, LITERAL_optional, LPAREN, ML_COMMENT, NULL_TREE_LOOKAHEAD, RPAREN, SEMI, SL_COMMENT, WS| Modifier | Constructor | Description |
|---|---|---|
|
InterfaceParser(antlr.ParserSharedInputState state) |
|
|
InterfaceParser(antlr.TokenBuffer tokenBuf) |
|
protected |
InterfaceParser(antlr.TokenBuffer tokenBuf,
int k) |
|
|
InterfaceParser(antlr.TokenStream lexer) |
|
protected |
InterfaceParser(antlr.TokenStream lexer,
int k) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.LinkedHashMap |
args() |
|
void |
groupInterface(StringTemplateGroupInterface groupI) |
|
void |
reportError(antlr.RecognitionException e) |
|
void |
template(StringTemplateGroupInterface groupI) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndentprotected StringTemplateGroupInterface groupI
public static final java.lang.String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_2
protected InterfaceParser(antlr.TokenBuffer tokenBuf,
int k)
public InterfaceParser(antlr.TokenBuffer tokenBuf)
protected InterfaceParser(antlr.TokenStream lexer,
int k)
public InterfaceParser(antlr.TokenStream lexer)
public InterfaceParser(antlr.ParserSharedInputState state)
public void reportError(antlr.RecognitionException e)
reportError in class antlr.Parserpublic final void groupInterface(StringTemplateGroupInterface groupI) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void template(StringTemplateGroupInterface groupI) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final java.util.LinkedHashMap args()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionCopyright ? 2006-2017 Terence Parr