org.ow2.wildcat.util
Class PathLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.ow2.wildcat.util.PathLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class PathLexer
extends org.antlr.runtime.Lexer


Field Summary
static int EOF
           
static int ID
           
static int T10
           
static int T5
           
static int T6
           
static int T7
           
static int T8
           
static int T9
           
static int Tokens
           
 
Fields inherited from class org.antlr.runtime.Lexer
channel, input, text, token, tokenStartCharIndex, tokenStartCharPositionInLine, tokenStartLine, type
 
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
PathLexer()
           
PathLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mID()
           
 void mT10()
           
 void mT5()
           
 void mT6()
           
 void mT7()
           
 void mT8()
           
 void mT9()
           
 void mTokens()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, pushFollow, recover, recoverFromMismatchedElement, recoverFromMismatchedSet, recoverFromMismatchedToken, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T6

public static final int T6
See Also:
Constant Field Values

T7

public static final int T7
See Also:
Constant Field Values

T10

public static final int T10
See Also:
Constant Field Values

T5

public static final int T5
See Also:
Constant Field Values

T8

public static final int T8
See Also:
Constant Field Values

T9

public static final int T9
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

Tokens

public static final int Tokens
See Also:
Constant Field Values

EOF

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

PathLexer

public PathLexer()

PathLexer

public PathLexer(org.antlr.runtime.CharStream input)
Method Detail

getGrammarFileName

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

mT5

public final void mT5()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT6

public final void mT6()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT7

public final void mT7()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT8

public final void mT8()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT9

public final void mT9()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT10

public final void mT10()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mID

public final void mID()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException


Copyright © 2009 OW2 Consortium. All Rights Reserved.