Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes

antlr.actions.python.CodeLexer Class Reference

Inheritance diagram for antlr.actions.python.CodeLexer:
antlr.CharScanner antlr.actions.python.CodeLexerTokenTypes antlr.TokenStream antlr.TokenStream

List of all members.

Public Member Functions

 CodeLexer (String s, String fname, int line, Tool tool)
void setLineOffset (int lineOffset)
void reportError (RecognitionException e)
void reportError (String s)
void reportWarning (String s)
 CodeLexer (InputStream in)
 CodeLexer (Reader in)
 CodeLexer (InputBuffer ib)
 CodeLexer (LexerSharedInputState state)
Token nextToken () throws TokenStreamException
final void mACTION (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException

Static Public Attributes

static final BitSet _tokenSet_0 = new BitSet(mk_tokenSet_0())
static final BitSet _tokenSet_1 = new BitSet(mk_tokenSet_1())

Protected Member Functions

final void mSTUFF (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mCOMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mSL_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mML_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mIGNWS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException

Protected Attributes

int lineOffset = 0

Constructor & Destructor Documentation

antlr.actions.python.CodeLexer.CodeLexer ( String  s,
String  fname,
int  line,
Tool  tool 
)
antlr.actions.python.CodeLexer.CodeLexer ( InputStream  in  ) 
antlr.actions.python.CodeLexer.CodeLexer ( Reader  in  ) 
antlr.actions.python.CodeLexer.CodeLexer ( InputBuffer  ib  ) 

Member Function Documentation

void antlr.actions.python.CodeLexer.reportError ( RecognitionException  e  ) 
void antlr.actions.python.CodeLexer.reportError ( String  s  ) 
void antlr.actions.python.CodeLexer.reportWarning ( String  s  ) 
void antlr.actions.python.CodeLexer.setLineOffset ( int  lineOffset  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties