JET

edu.utep.cs.jet.gui.tester
Class FuzzyParserLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by edu.utep.cs.jet.gui.tester.FuzzyParserLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class FuzzyParserLexer
extends org.antlr.runtime.Lexer


Field Summary
static int ARG
           
static int ARGS
           
static int CALL
           
static int CHAR
           
static int CLASS
           
protected  edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA14 dfa14
           
protected  edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA15 dfa15
           
protected  edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA29 dfa29
           
static int EOF
           
static int ESC
           
static int EVERYTHING_ELSE
           
static int ID
           
static int IMPORT
           
static int JML_COMMENT
           
static int JML_LINE_COMMENT
           
static int METHOD
           
static int MODIFIER
           
static int MODIFIERS
           
static int QID
           
static int QIDStar
           
static int RETURN
           
static int STAT
           
static int STRING
           
static int Tokens
           
static int TYPE
           
static int WS
           
 
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
FuzzyParserLexer()
           
FuzzyParserLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 boolean alreadyParsedRule(org.antlr.runtime.IntStream input, int ruleIndex)
           
 String getGrammarFileName()
           
 void mARG()
           
 void mARGS()
           
 void mCALL()
           
 void mCHAR()
           
 void mCLASS()
           
 void memoize(org.antlr.runtime.IntStream input, int ruleIndex, int ruleStartIndex)
           
 void mESC()
           
 void mEVERYTHING_ELSE()
           
 void mID()
           
 void mIMPORT()
           
 void mJML_COMMENT()
           
 void mJML_LINE_COMMENT()
           
 void mMETHOD()
           
 void mMODIFIER()
           
 void mMODIFIERS()
           
 void mQID()
           
 void mQIDStar()
           
 void mRETURN()
           
 void mSTAT()
           
 void mSTRING()
           
 void mTokens()
           
 void mTYPE()
           
 void mWS()
           
 org.antlr.runtime.Token nextToken()
           
 void synpred1_fragment()
           
 boolean synpred1()
           
 void synpred2_fragment()
           
 boolean synpred2()
           
 void synpred3_fragment()
           
 boolean synpred3()
           
 void synpred4_fragment()
           
 boolean synpred4()
           
 void synpred5_fragment()
           
 boolean synpred5()
           
 void synpred6_fragment()
           
 boolean synpred6()
           
 void synpred7_fragment()
           
 boolean synpred7()
           
 void synpred8_fragment()
           
 boolean synpred8()
           
 void synpred9_fragment()
           
 boolean synpred9()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getText, match, match, matchAny, matchRange, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, 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

STAT

public static final int STAT
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

ESC

public static final int ESC
See Also:
Constant Field Values

CHAR

public static final int CHAR
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

EVERYTHING_ELSE

public static final int EVERYTHING_ELSE
See Also:
Constant Field Values

MODIFIER

public static final int MODIFIER
See Also:
Constant Field Values

QID

public static final int QID
See Also:
Constant Field Values

TYPE

public static final int TYPE
See Also:
Constant Field Values

MODIFIERS

public static final int MODIFIERS
See Also:
Constant Field Values

IMPORT

public static final int IMPORT
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

ARG

public static final int ARG
See Also:
Constant Field Values

QIDStar

public static final int QIDStar
See Also:
Constant Field Values

RETURN

public static final int RETURN
See Also:
Constant Field Values

ARGS

public static final int ARGS
See Also:
Constant Field Values

CALL

public static final int CALL
See Also:
Constant Field Values

JML_COMMENT

public static final int JML_COMMENT
See Also:
Constant Field Values

JML_LINE_COMMENT

public static final int JML_LINE_COMMENT
See Also:
Constant Field Values

METHOD

public static final int METHOD
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

dfa15

protected edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA15 dfa15

dfa14

protected edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA14 dfa14

dfa29

protected edu.utep.cs.jet.gui.tester.FuzzyParserLexer.DFA29 dfa29
Constructor Detail

FuzzyParserLexer

public FuzzyParserLexer()

FuzzyParserLexer

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

getGrammarFileName

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

nextToken

public org.antlr.runtime.Token nextToken()
Specified by:
nextToken in interface org.antlr.runtime.TokenSource
Overrides:
nextToken in class org.antlr.runtime.Lexer

memoize

public void memoize(org.antlr.runtime.IntStream input,
                    int ruleIndex,
                    int ruleStartIndex)
Overrides:
memoize in class org.antlr.runtime.BaseRecognizer

alreadyParsedRule

public boolean alreadyParsedRule(org.antlr.runtime.IntStream input,
                                 int ruleIndex)
Overrides:
alreadyParsedRule in class org.antlr.runtime.BaseRecognizer

mIMPORT

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

mRETURN

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

mCLASS

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

mMETHOD

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

mARGS

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

mMODIFIERS

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

mMODIFIER

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

mSTAT

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

mCALL

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

mSTRING

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

mCHAR

public final void mCHAR()
                 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

mQID

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

mQIDStar

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

mTYPE

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

mARG

public final void mARG()
                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

mESC

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

mJML_COMMENT

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

mJML_LINE_COMMENT

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

mEVERYTHING_ELSE

public final void mEVERYTHING_ELSE()
                            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

synpred1_fragment

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

synpred2_fragment

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

synpred3_fragment

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

synpred4_fragment

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

synpred5_fragment

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

synpred6_fragment

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

synpred7_fragment

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

synpred8_fragment

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

synpred9_fragment

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

synpred9

public final boolean synpred9()

synpred5

public final boolean synpred5()

synpred6

public final boolean synpred6()

synpred7

public final boolean synpred7()

synpred8

public final boolean synpred8()

synpred1

public final boolean synpred1()

synpred2

public final boolean synpred2()

synpred3

public final boolean synpred3()

synpred4

public final boolean synpred4()

JET

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.