org.javaruntype.type.parser
Class TypeLexer

Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.javaruntype.type.parser.TypeLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class TypeLexer
extends org.antlr.runtime.Lexer


Field Summary
static int ARRAY
           
static int BEGINTYPEPARAM
           
static int CLASSNAME
           
static int COMMA
           
protected  org.javaruntype.type.parser.TypeLexer.DFA3 dfa3
           
static int ENDTYPEPARAM
           
static int EOF
           
static int EXT
           
static int EXTENDS
           
static int SUP
           
static int SUPER
           
static int UNKNOWN
           
static int WS
           
 
Fields inherited from class org.antlr.runtime.Lexer
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
TypeLexer()
           
TypeLexer(org.antlr.runtime.CharStream input)
           
TypeLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getGrammarFileName()
           
 void mARRAY()
           
 void mBEGINTYPEPARAM()
           
 void mCLASSNAME()
           
 void mCOMMA()
           
 void mENDTYPEPARAM()
           
 void mEXT()
           
 void mEXTENDS()
           
 void mSUP()
           
 void mSUPER()
           
 void mTokens()
           
 void mUNKNOWN()
           
 void mWS()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, 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, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WS

public static final int WS
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

EXT

public static final int EXT
See Also:
Constant Field Values

ENDTYPEPARAM

public static final int ENDTYPEPARAM
See Also:
Constant Field Values

SUPER

public static final int SUPER
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

EXTENDS

public static final int EXTENDS
See Also:
Constant Field Values

ARRAY

public static final int ARRAY
See Also:
Constant Field Values

BEGINTYPEPARAM

public static final int BEGINTYPEPARAM
See Also:
Constant Field Values

SUP

public static final int SUP
See Also:
Constant Field Values

CLASSNAME

public static final int CLASSNAME
See Also:
Constant Field Values

dfa3

protected org.javaruntype.type.parser.TypeLexer.DFA3 dfa3
Constructor Detail

TypeLexer

public TypeLexer()

TypeLexer

public TypeLexer(org.antlr.runtime.CharStream input)

TypeLexer

public TypeLexer(org.antlr.runtime.CharStream input,
                 org.antlr.runtime.RecognizerSharedState state)
Method Detail

getGrammarFileName

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

mARRAY

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

mUNKNOWN

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

mBEGINTYPEPARAM

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

mENDTYPEPARAM

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

mCOMMA

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

mEXTENDS

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

mSUPER

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

mEXT

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

mSUP

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

mCLASSNAME

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

mWS

public final void mWS()
               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 © 2012 The JAVARUNTYPE team. All Rights Reserved.