net.sourceforge.jparam.parser
Class xParamParser

java.lang.Object
  |
  +--antlr.Parser
        |
        +--antlr.LLkParser
              |
              +--net.sourceforge.jparam.parser.xParamParser
All Implemented Interfaces:
xParamParserTokenTypes

public synchronized class xParamParser
extends antlr.LLkParser
implements xParamParserTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
 
Fields inherited from class antlr.LLkParser
k
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface net.sourceforge.jparam.parser.xParamParserTokenTypes
CHAR, EOF, FLAG, ID, NULL_TREE_LOOKAHEAD, SHELL_STRINGS, STRING, TENTATIVE, TYPENAME, URL
 
Constructor Summary
  xParamParser(antlr.ParserSharedInputState)
           
  xParamParser(antlr.TokenBuffer)
           
protected xParamParser(antlr.TokenBuffer, int)
           
  xParamParser(antlr.TokenStream)
           
protected xParamParser(antlr.TokenStream, int)
           
 
Method Summary
(package private) static void ()
           
protected  TreeNode basic_type()
           
protected  TreeNode compound_value()
           
protected  ValueSetItem flag_setting()
           
protected  TreeNode global_scope_value()
           
protected  TreeNode id_tentative_string()
           
protected  java.util.List list_of_map_items()
           
protected  java.util.List list_of_values()
           
protected  TreeNode list_value()
           
protected  MapItem map_item()
           
protected  TreeNode map_value()
           
protected  ValueSetItem member_assignment()
           
protected  java.util.List non_empty_list_of_map_items()
           
protected  java.util.List non_empty_list_of_values()
           
protected  TreeNode url_value()
           
 void value_set_item(java.util.List)
           
protected  ValueSetItem value_set_member()
           
 void value_set_url(java.util.List)
           
 void value_set(java.util.List)
           
 TreeNode 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, 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

xParamParser

protected xParamParser(antlr.TokenBuffer,
                       int)

xParamParser

public xParamParser(antlr.TokenBuffer)

xParamParser

protected xParamParser(antlr.TokenStream,
                       int)

xParamParser

public xParamParser(antlr.TokenStream)

xParamParser

public xParamParser(antlr.ParserSharedInputState)
Method Detail

value_set

public final void value_set(java.util.List)
                     throws antlr.RecognitionException,
                            antlr.TokenStreamException

value_set_url

public final void value_set_url(java.util.List)
                         throws antlr.RecognitionException,
                                antlr.TokenStreamException

value_set_item

public final void value_set_item(java.util.List)
                          throws antlr.RecognitionException,
                                 antlr.TokenStreamException

value_set_member

protected final ValueSetItem value_set_member()
                                       throws antlr.RecognitionException,
                                              antlr.TokenStreamException

value

public final TreeNode value()
                     throws antlr.RecognitionException,
                            antlr.TokenStreamException

basic_type

protected final TreeNode basic_type()
                             throws antlr.RecognitionException,
                                    antlr.TokenStreamException

compound_value

protected final TreeNode compound_value()
                                 throws antlr.RecognitionException,
                                        antlr.TokenStreamException

id_tentative_string

protected final TreeNode id_tentative_string()
                                      throws antlr.RecognitionException,
                                             antlr.TokenStreamException

list_value

protected final TreeNode list_value()
                             throws antlr.RecognitionException,
                                    antlr.TokenStreamException

map_value

protected final TreeNode map_value()
                            throws antlr.RecognitionException,
                                   antlr.TokenStreamException

url_value

protected final TreeNode url_value()
                            throws antlr.RecognitionException,
                                   antlr.TokenStreamException

member_assignment

protected final ValueSetItem member_assignment()
                                        throws antlr.RecognitionException,
                                               antlr.TokenStreamException

flag_setting

protected final ValueSetItem flag_setting()
                                   throws antlr.RecognitionException,
                                          antlr.TokenStreamException

global_scope_value

protected final TreeNode global_scope_value()
                                     throws antlr.RecognitionException,
                                            antlr.TokenStreamException

non_empty_list_of_values

protected final java.util.List non_empty_list_of_values()
                                                 throws antlr.RecognitionException,
                                                        antlr.TokenStreamException

list_of_values

protected final java.util.List list_of_values()
                                       throws antlr.RecognitionException,
                                              antlr.TokenStreamException

list_of_map_items

protected final java.util.List list_of_map_items()
                                          throws antlr.RecognitionException,
                                                 antlr.TokenStreamException

non_empty_list_of_map_items

protected final java.util.List non_empty_list_of_map_items()
                                                    throws antlr.RecognitionException,
                                                           antlr.TokenStreamException

map_item

protected final MapItem map_item()
                          throws antlr.RecognitionException,
                                 antlr.TokenStreamException

static void ()


Copyright © 2004 SourceForge. All Rights Reserved.