|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.Parser
antlr.LLkParser
hudson.model.labels.LabelExpressionParser
public class LabelExpressionParser
Field Summary | |
---|---|
static String[] |
_tokenNames
|
Fields inherited from class antlr.Parser |
---|
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth |
Fields inherited from interface hudson.model.labels.LabelExpressionParserTokenTypes |
---|
AND, ATOM, EOF, IDENTIFIER_PART, IFF, IMPLIES, LPAREN, NOT, NULL_TREE_LOOKAHEAD, OR, RPAREN, STRINGLITERAL, WS |
Constructor Summary | |
---|---|
|
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)
|
Method Summary | |
---|---|
Label |
expr()
|
Label |
term1()
|
Label |
term2()
|
Label |
term3()
|
Label |
term4()
|
Label |
term5()
|
Label |
term6()
|
Methods inherited from class antlr.LLkParser |
---|
consume, LA, LT, traceIn, traceOut |
Methods inherited from class antlr.Parser |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String[] _tokenNames
Constructor Detail |
---|
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)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |