sdr 0.7

net.cscott.sdr.calls.parser
Class AstLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by net.cscott.sdr.calls.parser.AstLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class AstLexer
extends org.antlr.runtime.Lexer


Field Summary
static int EOF
           
static int IDENT
           
static int INT
           
static int STRING
           
static int T__10
           
static int T__11
           
static int T__12
           
static int T__13
           
static int T__14
           
static int T__15
           
static int T__16
           
static int T__8
           
static int T__9
           
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
AstLexer()
           
AstLexer(org.antlr.runtime.CharStream input)
           
AstLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
AstLexer(String s)
           
 
Method Summary
 String getGrammarFileName()
           
 void mIDENT()
           
 void mINT()
           
 void mSTRING()
           
 void mT__10()
           
 void mT__11()
           
 void mT__12()
           
 void mT__13()
           
 void mT__14()
           
 void mT__15()
           
 void mT__16()
           
 void mT__8()
           
 void mT__9()
           
 void mTokens()
           
 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 java.lang.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

T__16

public static final int T__16
See Also:
Constant Field Values

T__15

public static final int T__15
See Also:
Constant Field Values

T__12

public static final int T__12
See Also:
Constant Field Values

T__11

public static final int T__11
See Also:
Constant Field Values

T__14

public static final int T__14
See Also:
Constant Field Values

T__13

public static final int T__13
See Also:
Constant Field Values

T__10

public static final int T__10
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

T__9

public static final int T__9
See Also:
Constant Field Values

T__8

public static final int T__8
See Also:
Constant Field Values

STRING

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

AstLexer

public AstLexer(String s)

AstLexer

public AstLexer()

AstLexer

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

AstLexer

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

getGrammarFileName

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

mT__8

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

mT__9

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

mT__10

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

mT__11

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

mT__12

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

mT__13

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

mT__14

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

mT__15

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

mT__16

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

mINT

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

mIDENT

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

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian