sdr 0.7

net.cscott.sdr.calls.parser
Class AstTokenTypes

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

public abstract class AstTokenTypes
extends CallFileLexer

Get token types from lexer.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.cscott.sdr.calls.parser.CallFileLexer
CallFileLexer.IndentProcessor
 
Field Summary
static int WARP
           
 
Fields inherited from class net.cscott.sdr.calls.parser.CallFileLexer
ADJ, AFTER, APPLY, ARG, ASSERT, ATTRIBS, BEFORE, BODY, CALL, CALLLIST, COLON, COMMA, COMMENT, CONDITION, DEDENT, DEF, dfa14, ENDS, EOF, EQUALS, EXAMPLE, EXPR, FIGURE, FROM, IDENT, IF, IN, INDENT, indentProcessor, INITIAL_WS, INTEGER, IPART, ITEM, LANGLE, LBRACK, LEFT, LPAREN, MINUS, NL, NONE, NUMBER, OPT, OPTIONAL, OUT, PAR, PART, PLUS, PRIM, PROGRAM, QUESTION, RANGLE, RBRACK, REF, RIGHT, RPAREN, SELECT, SEQ, SLASH, SPOKEN, STAR, VBAR, WS, WSNL, XPART
 
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
AstTokenTypes()
           
 
Method Summary
 
Methods inherited from class net.cscott.sdr.calls.parser.CallFileLexer
getGrammarFileName, mAFTER, mASSERT, mBEFORE, mCALL, mCOLON, mCOMMA, mCOMMENT, mCONDITION, mDEDENT, mDEF, mENDS, mEQUALS, mEXAMPLE, mFIGURE, mFROM, mIDENT, mIN, mINDENT, mINITIAL_WS, mINTEGER, mIPART, mLANGLE, mLBRACK, mLEFT, mLPAREN, mMINUS, mNL, mNONE, mOPTIONAL, mOUT, mPART, mPLUS, mPRIM, mPROGRAM, mQUESTION, mRANGLE, mRBRACK, mRIGHT, mRPAREN, mSELECT, mSLASH, mSPOKEN, mSTAR, mTokens, mVBAR, mWS, mWSNL, mXPART, nextToken, setToRuleStart, superNextToken, tokensToString
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, 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

WARP

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

AstTokenTypes

public AstTokenTypes()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian