public class LabelExpressionParser extends antlr.LLkParser implements LabelExpressionParserTokenTypes
Modifier and Type | Field and Description |
---|---|
static String[] |
_tokenNames |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
AND, ATOM, EOF, IDENTIFIER_PART, IFF, IMPLIES, LPAREN, NOT, NULL_TREE_LOOKAHEAD, OR, RPAREN, STRINGLITERAL, WS
Modifier | Constructor and Description |
---|---|
|
LabelExpressionParser(antlr.ParserSharedInputState state) |
|
LabelExpressionParser(antlr.TokenBuffer tokenBuf) |
protected |
LabelExpressionParser(antlr.TokenBuffer tokenBuf,
int k) |
|
LabelExpressionParser(antlr.TokenStream lexer) |
protected |
LabelExpressionParser(antlr.TokenStream lexer,
int k) |
Modifier and Type | Method and Description |
---|---|
Label |
expr() |
Label |
term1() |
Label |
term2() |
Label |
term3() |
Label |
term4() |
Label |
term5() |
Label |
term6() |
addMessageListener, 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, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
public static final String[] _tokenNames
protected LabelExpressionParser(antlr.TokenBuffer tokenBuf, int k)
public LabelExpressionParser(antlr.TokenBuffer tokenBuf)
protected LabelExpressionParser(antlr.TokenStream lexer, int k)
public LabelExpressionParser(antlr.TokenStream lexer)
public LabelExpressionParser(antlr.ParserSharedInputState state)
public final Label expr() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term1() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term2() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term3() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term4() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term5() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final Label term6() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
Copyright © 2004–2019. All rights reserved.