org.apache.directory.shared.ldap.name
Class antlrValueParser

java.lang.Object
  extended byantlr.Parser
      extended byantlr.LLkParser
          extended byorg.apache.directory.shared.ldap.name.antlrValueParser
All Implemented Interfaces:
antlrValueParserTokenTypes

public class antlrValueParser
extends antlr.LLkParser
implements antlrValueParserTokenTypes


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

_tokenNames

public static final java.lang.String[] _tokenNames
Constructor Detail

antlrValueParser

protected antlrValueParser(antlr.TokenBuffer tokenBuf,
                           int k)

antlrValueParser

public antlrValueParser(antlr.TokenBuffer tokenBuf)

antlrValueParser

protected antlrValueParser(antlr.TokenStream lexer,
                           int k)

antlrValueParser

public antlrValueParser(antlr.TokenStream lexer)

antlrValueParser

public antlrValueParser(antlr.ParserSharedInputState state)
Method Detail

value

public final java.lang.String value()
                             throws antlr.RecognitionException,
                                    antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException


Copyright © 2003-2006 . All Rights Reserved.