net.mtu.eggplant.dbc
Class AssertLexer

java.lang.Object
  extended byantlr.CharScanner
      extended bynet.mtu.eggplant.dbc.AssertLexer
All Implemented Interfaces:
AssertLexerTokenTypes, TokenStream

public class AssertLexer
extends CharScanner
implements AssertLexerTokenTypes, TokenStream


Field Summary
static BitSet _tokenSet_0
           
static BitSet _tokenSet_1
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Fields inherited from interface net.mtu.eggplant.dbc.AssertLexerTokenTypes
ABSTRACT, ARRAY_DECLARATOR, ARRAY_INIT, ASSERT_CONDITION, ASSIGN, BAND, BAND_ASSIGN, BLOCK, BNOT, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, CASE_GROUP, CHAR_LITERAL, CLASS_DEF, COLON, COMMA, CONDITION, CTOR_DEF, DEC, DIV, DIV_ASSIGN, DOT, ELIST, EMPTY_STAT, EOF, EQUAL, ESC, EXPONENT, EXPR, EXTENDS_CLAUSE, FINAL, FLOAT_SUFFIX, FOR_CONDITION, FOR_INIT, FOR_ITERATOR, GE, GT, HEX_DIGIT, IDENT, IMPLEMENTS_CLAUSE, IMPORT, INC, INDEX_OP, INSTANCE_INIT, INTERFACE_DEF, INVARIANT_CONDITION, JAVADOC_CLOSE, JAVADOC_OPEN, LABELED_STAT, LAND, LBRACK, LCURLY, LE, LITERAL_boolean, LITERAL_break, LITERAL_byte, LITERAL_case, LITERAL_catch, LITERAL_char, LITERAL_class, LITERAL_continue, LITERAL_default, LITERAL_do, LITERAL_double, LITERAL_else, LITERAL_extends, LITERAL_false, LITERAL_finally, LITERAL_float, LITERAL_for, LITERAL_if, LITERAL_implements, LITERAL_import, LITERAL_instanceof, LITERAL_int, LITERAL_interface, LITERAL_long, LITERAL_native, LITERAL_new, LITERAL_null, LITERAL_package, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_return, LITERAL_short, LITERAL_static, LITERAL_super, LITERAL_switch, LITERAL_synchronized, LITERAL_this, LITERAL_threadsafe, LITERAL_throw, LITERAL_throws, LITERAL_transient, LITERAL_true, LITERAL_try, LITERAL_void, LITERAL_volatile, LITERAL_while, LNOT, LOR, LPAREN, LT, MESSAGE, METHOD_CALL, METHOD_DEF, MINUS, MINUS_ASSIGN, ML_COMMENT, MOD, MOD_ASSIGN, MODIFIERS, NEWLINE, NOT_EQUAL, NULL_TREE_LOOKAHEAD, NUM_FLOAT, NUM_INT, OBJBLOCK, PACKAGE_DEF, PARAMETER_DEF, PARAMETERS, PLUS, PLUS_ASSIGN, POST_CONDITION, POST_DEC, POST_INC, PRE_CONDITION, QUESTION, RBRACK, RCURLY, RPAREN, SEMI, SL, SL_ASSIGN, SL_COMMENT, SLIST, SPACE, SR, SR_ASSIGN, STAR, STAR_ASSIGN, STAR_TEXT, STATIC_INIT, STRING_LITERAL, TYPE, TYPECAST, UNARY_MINUS, UNARY_PLUS, VARIABLE_DEF, VOCAB, WS
 
Constructor Summary
AssertLexer(InputBuffer ib)
           
AssertLexer(InputStream in)
           
AssertLexer(LexerSharedInputState state)
           
AssertLexer(Reader in)
           
 
Method Summary
 void mASSERT_CONDITION(boolean _createToken)
           
protected  void mCOMMA(boolean _createToken)
           
protected  void mCONDITION(boolean _createToken)
           
protected  void mESC(boolean _createToken)
           
protected  void mHEX_DIGIT(boolean _createToken)
           
 void mINVARIANT_CONDITION(boolean _createToken)
           
 void mJAVADOC_CLOSE(boolean _createToken)
           
 void mNEWLINE(boolean _createToken)
           
 void mPOST_CONDITION(boolean _createToken)
           
 void mPRE_CONDITION(boolean _createToken)
           
protected  void mSEMI(boolean _createToken)
           
protected  void mSPACE(boolean _createToken)
           
 void mSTAR_TEXT(boolean _createToken)
           
protected  void mSTRING_LITERAL(boolean _createToken)
           
protected  void mVOCAB(boolean _createToken)
           
 Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenSet_0

public static final BitSet _tokenSet_0

_tokenSet_1

public static final BitSet _tokenSet_1
Constructor Detail

AssertLexer

public AssertLexer(InputStream in)

AssertLexer

public AssertLexer(Reader in)

AssertLexer

public AssertLexer(InputBuffer ib)

AssertLexer

public AssertLexer(LexerSharedInputState state)
Method Detail

nextToken

public Token nextToken()
                throws TokenStreamException
Specified by:
nextToken in interface TokenStream
Throws:
TokenStreamException

mVOCAB

protected final void mVOCAB(boolean _createToken)
                     throws RecognitionException,
                            CharStreamException,
                            TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mNEWLINE

public final void mNEWLINE(boolean _createToken)
                    throws RecognitionException,
                           CharStreamException,
                           TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mCONDITION

protected final void mCONDITION(boolean _createToken)
                         throws RecognitionException,
                                CharStreamException,
                                TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mCOMMA

protected final void mCOMMA(boolean _createToken)
                     throws RecognitionException,
                            CharStreamException,
                            TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSEMI

protected final void mSEMI(boolean _createToken)
                    throws RecognitionException,
                           CharStreamException,
                           TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSTRING_LITERAL

protected final void mSTRING_LITERAL(boolean _createToken)
                              throws RecognitionException,
                                     CharStreamException,
                                     TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mESC

protected final void mESC(boolean _createToken)
                   throws RecognitionException,
                          CharStreamException,
                          TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSPACE

protected final void mSPACE(boolean _createToken)
                     throws RecognitionException,
                            CharStreamException,
                            TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mPOST_CONDITION

public final void mPOST_CONDITION(boolean _createToken)
                           throws RecognitionException,
                                  CharStreamException,
                                  TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mPRE_CONDITION

public final void mPRE_CONDITION(boolean _createToken)
                          throws RecognitionException,
                                 CharStreamException,
                                 TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mASSERT_CONDITION

public final void mASSERT_CONDITION(boolean _createToken)
                             throws RecognitionException,
                                    CharStreamException,
                                    TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mINVARIANT_CONDITION

public final void mINVARIANT_CONDITION(boolean _createToken)
                                throws RecognitionException,
                                       CharStreamException,
                                       TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mHEX_DIGIT

protected final void mHEX_DIGIT(boolean _createToken)
                         throws RecognitionException,
                                CharStreamException,
                                TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSTAR_TEXT

public final void mSTAR_TEXT(boolean _createToken)
                      throws RecognitionException,
                             CharStreamException,
                             TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mJAVADOC_CLOSE

public final void mJAVADOC_CLOSE(boolean _createToken)
                          throws RecognitionException,
                                 CharStreamException,
                                 TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException