tuffy.parse
Class ConfigParser

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Parser
          extended by tuffy.parse.ConfigParser

public class ConfigParser
extends org.antlr.runtime.Parser


Nested Class Summary
static class ConfigParser.config_return
           
static class ConfigParser.state_return
           
 
Field Summary
protected  org.antlr.runtime.tree.TreeAdaptor adaptor
           
static int COMMENT
           
static int EOF
           
static org.antlr.runtime.BitSet FOLLOW_7_in_state212
           
static org.antlr.runtime.BitSet FOLLOW_EOF_in_config200
           
static org.antlr.runtime.BitSet FOLLOW_SPAN_in_state210
           
static org.antlr.runtime.BitSet FOLLOW_SPAN_in_state216
           
static org.antlr.runtime.BitSet FOLLOW_state_in_config196
           
 java.util.Hashtable<java.lang.String,java.lang.String> map
           
static int SPAN
           
static int T__7
           
static java.lang.String[] tokenNames
           
static int WS
           
 
Fields inherited from class org.antlr.runtime.Parser
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
ConfigParser(org.antlr.runtime.TokenStream input)
           
ConfigParser(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 ConfigParser.config_return config()
           
 java.lang.String getGrammarFileName()
           
 java.lang.String[] getTokenNames()
           
 org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
           
 void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
           
 ConfigParser.state_return state()
           
 
Methods inherited from class org.antlr.runtime.Parser
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptor

protected org.antlr.runtime.tree.TreeAdaptor adaptor

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

FOLLOW_7_in_state212

public static final org.antlr.runtime.BitSet FOLLOW_7_in_state212

FOLLOW_EOF_in_config200

public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_config200

FOLLOW_SPAN_in_state210

public static final org.antlr.runtime.BitSet FOLLOW_SPAN_in_state210

FOLLOW_SPAN_in_state216

public static final org.antlr.runtime.BitSet FOLLOW_SPAN_in_state216

FOLLOW_state_in_config196

public static final org.antlr.runtime.BitSet FOLLOW_state_in_config196

map

public java.util.Hashtable<java.lang.String,java.lang.String> map

SPAN

public static final int SPAN
See Also:
Constant Field Values

T__7

public static final int T__7
See Also:
Constant Field Values

tokenNames

public static final java.lang.String[] tokenNames

WS

public static final int WS
See Also:
Constant Field Values
Constructor Detail

ConfigParser

public ConfigParser(org.antlr.runtime.TokenStream input)

ConfigParser

public ConfigParser(org.antlr.runtime.TokenStream input,
                    org.antlr.runtime.RecognizerSharedState state)
Method Detail

config

public final ConfigParser.config_return config()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

getGrammarFileName

public java.lang.String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

getTokenNames

public java.lang.String[] getTokenNames()
Overrides:
getTokenNames in class org.antlr.runtime.BaseRecognizer

getTreeAdaptor

public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()

setTreeAdaptor

public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)

state

public final ConfigParser.state_return state()
                                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException