org.ow2.wildcat.util
Class PathParser
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.ow2.wildcat.util.PathParser
public class PathParser
- extends org.antlr.runtime.Parser
| Fields inherited from class org.antlr.runtime.Parser |
input |
| Fields inherited from class org.antlr.runtime.BaseRecognizer |
_fsp, backtracking, DEFAULT_TOKEN_CHANNEL, errorRecovery, failed, following, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, lastErrorIndex, MEMO_RULE_FAILED, MEMO_RULE_FAILED_I, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, ruleMemo |
|
Constructor Summary |
PathParser(org.antlr.runtime.TokenStream input)
|
| Methods inherited from class org.antlr.runtime.Parser |
getTokenStream, reset, setTokenStream, traceIn, traceOut |
| Methods inherited from class org.antlr.runtime.BaseRecognizer |
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, getBacktrackingLevel, getErrorHeader, getErrorMessage, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, pushFollow, recover, recoverFromMismatchedElement, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, toStrings, traceIn, traceOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenNames
public static final java.lang.String[] tokenNames
ID
public static final int ID
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
FOLLOW_host_in_path51
public static final org.antlr.runtime.BitSet FOLLOW_host_in_path51
FOLLOW_5_in_path56
public static final org.antlr.runtime.BitSet FOLLOW_5_in_path56
FOLLOW_resource_in_path67
public static final org.antlr.runtime.BitSet FOLLOW_resource_in_path67
FOLLOW_5_in_path69
public static final org.antlr.runtime.BitSet FOLLOW_5_in_path69
FOLLOW_resource_in_path80
public static final org.antlr.runtime.BitSet FOLLOW_resource_in_path80
FOLLOW_6_in_path89
public static final org.antlr.runtime.BitSet FOLLOW_6_in_path89
FOLLOW_attribute_in_path91
public static final org.antlr.runtime.BitSet FOLLOW_attribute_in_path91
FOLLOW_EOF_in_path99
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_path99
FOLLOW_ID_in_host118
public static final org.antlr.runtime.BitSet FOLLOW_ID_in_host118
FOLLOW_7_in_host120
public static final org.antlr.runtime.BitSet FOLLOW_7_in_host120
FOLLOW_ID_in_address135
public static final org.antlr.runtime.BitSet FOLLOW_ID_in_address135
FOLLOW_set_in_resource0
public static final org.antlr.runtime.BitSet FOLLOW_set_in_resource0
FOLLOW_set_in_attribute0
public static final org.antlr.runtime.BitSet FOLLOW_set_in_attribute0
PathParser
public PathParser(org.antlr.runtime.TokenStream input)
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
mismatch
protected void mismatch(org.antlr.runtime.IntStream input,
int ttype,
org.antlr.runtime.BitSet follow)
throws org.antlr.runtime.RecognitionException
- Overrides:
mismatch in class org.antlr.runtime.BaseRecognizer
- Throws:
org.antlr.runtime.RecognitionException
path
public final PathParser.path_return path()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
host
public final java.lang.String host()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
address
public final void address()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
resource
public final PathParser.resource_return resource()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
attribute
public final PathParser.attribute_return attribute()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
Copyright © 2009 OW2 Consortium. All Rights Reserved.