org.galagosearch.tupleflow.typebuilder
Class GalagoTypeBuilderLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.galagosearch.tupleflow.typebuilder.GalagoTypeBuilderLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class GalagoTypeBuilderLexer
extends org.antlr.runtime.Lexer


Field Summary
static int EOF
           
static int ID
           
static int NEWLINE
           
static int T10
           
static int T11
           
static int T12
           
static int T13
           
static int T14
           
static int T15
           
static int T16
           
static int T17
           
static int T18
           
static int T19
           
static int T20
           
static int T21
           
static int T22
           
static int T23
           
static int T24
           
static int T7
           
static int T8
           
static int T9
           
static int Tokens
           
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
GalagoTypeBuilderLexer()
           
GalagoTypeBuilderLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mID()
           
 void mNEWLINE()
           
 void mT10()
           
 void mT11()
           
 void mT12()
           
 void mT13()
           
 void mT14()
           
 void mT15()
           
 void mT16()
           
 void mT17()
           
 void mT18()
           
 void mT19()
           
 void mT20()
           
 void mT21()
           
 void mT22()
           
 void mT23()
           
 void mT24()
           
 void mT7()
           
 void mT8()
           
 void mT9()
           
 void mTokens()
           
 void mWS()
           
 
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

T21

public static final int T21
See Also:
Constant Field Values

T14

public static final int T14
See Also:
Constant Field Values

T22

public static final int T22
See Also:
Constant Field Values

T11

public static final int T11
See Also:
Constant Field Values

T9

public static final int T9
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

T12

public static final int T12
See Also:
Constant Field Values

T23

public static final int T23
See Also:
Constant Field Values

T13

public static final int T13
See Also:
Constant Field Values

T20

public static final int T20
See Also:
Constant Field Values

T7

public static final int T7
See Also:
Constant Field Values

NEWLINE

public static final int NEWLINE
See Also:
Constant Field Values

T10

public static final int T10
See Also:
Constant Field Values

T18

public static final int T18
See Also:
Constant Field Values

T15

public static final int T15
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

T17

public static final int T17
See Also:
Constant Field Values

Tokens

public static final int Tokens
See Also:
Constant Field Values

T16

public static final int T16
See Also:
Constant Field Values

T8

public static final int T8
See Also:
Constant Field Values

T24

public static final int T24
See Also:
Constant Field Values

T19

public static final int T19
See Also:
Constant Field Values

ID

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

GalagoTypeBuilderLexer

public GalagoTypeBuilderLexer()

GalagoTypeBuilderLexer

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

getGrammarFileName

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

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

mT11

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

mT12

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

mT13

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

mT14

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

mT15

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

mT16

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

mT17

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

mT18

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

mT19

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

mT20

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

mT21

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

mT22

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

mT23

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

mT24

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

mNEWLINE

public final void mNEWLINE()
                    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 © 2009. All Rights Reserved.