|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.Parser
antlr.LLkParser
org.apache.directory.shared.ldap.name.antlrValueParser
Field Summary | |
static java.lang.String[] |
_tokenNames
|
Fields inherited from class antlr.Parser |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth |
Fields inherited from interface org.apache.directory.shared.ldap.name.antlrValueParserTokenTypes |
ALPHA, COMMA, DIGIT, DN_TERMINATOR, EOF, EQUAL, ESCAPED_CHAR, HEX_STRING, HEXCHAR, HEXPAIR, NULL_TREE_LOOKAHEAD, PLUS, QUOTED_STRING, SEMI, SIMPLE_STRING |
Constructor Summary | |
|
antlrValueParser(antlr.ParserSharedInputState state)
|
|
antlrValueParser(antlr.TokenBuffer tokenBuf)
|
protected |
antlrValueParser(antlr.TokenBuffer tokenBuf,
int k)
|
|
antlrValueParser(antlr.TokenStream lexer)
|
protected |
antlrValueParser(antlr.TokenStream lexer,
int k)
|
Method Summary | |
java.lang.String |
value()
|
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 java.lang.String[] _tokenNames
Constructor Detail |
protected antlrValueParser(antlr.TokenBuffer tokenBuf, int k)
public antlrValueParser(antlr.TokenBuffer tokenBuf)
protected antlrValueParser(antlr.TokenStream lexer, int k)
public antlrValueParser(antlr.TokenStream lexer)
public antlrValueParser(antlr.ParserSharedInputState state)
Method Detail |
public final java.lang.String value() 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 |