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_state213
           
static org.antlr.runtime.BitSet FOLLOW_EOF_in_config201
           
static org.antlr.runtime.BitSet FOLLOW_SPAN_in_state211
           
static org.antlr.runtime.BitSet FOLLOW_SPAN_in_state217
           
static org.antlr.runtime.BitSet FOLLOW_state_in_config197
           
 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

tokenNames

public static final java.lang.String[] tokenNames

WS

public static final int WS
See Also:
Constant Field Values

SPAN

public static final int SPAN
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

T__7

public static final int T__7
See Also:
Constant Field Values

adaptor

protected org.antlr.runtime.tree.TreeAdaptor adaptor

map

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

FOLLOW_state_in_config197

public static final org.antlr.runtime.BitSet FOLLOW_state_in_config197

FOLLOW_EOF_in_config201

public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_config201

FOLLOW_SPAN_in_state211

public static final org.antlr.runtime.BitSet FOLLOW_SPAN_in_state211

FOLLOW_7_in_state213

public static final org.antlr.runtime.BitSet FOLLOW_7_in_state213

FOLLOW_SPAN_in_state217

public static final org.antlr.runtime.BitSet FOLLOW_SPAN_in_state217
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

setTreeAdaptor

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

getTreeAdaptor

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

getTokenNames

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

getGrammarFileName

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

config

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

state

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