org.jcon.text
Class TextReportDescriptionLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by org.jcon.text.TextReportDescriptionLexer
All Implemented Interfaces:
antlr.TokenStream, TextReportDescriptionTokenTypes

public class TextReportDescriptionLexer
extends antlr.CharScanner
implements TextReportDescriptionTokenTypes, antlr.TokenStream

The lexer.


Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.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 org.jcon.text.TextReportDescriptionTokenTypes
EOF, FILLER, HASHFIELD, NULL_TREE_LOOKAHEAD, TICKFIELD
 
Constructor Summary
TextReportDescriptionLexer(antlr.InputBuffer ib)
           
TextReportDescriptionLexer(java.io.InputStream in)
           
TextReportDescriptionLexer(antlr.LexerSharedInputState state)
           
TextReportDescriptionLexer(java.io.Reader in)
           
 
Method Summary
 void mFILLER(boolean _createToken)
           
 void mHASHFIELD(boolean _createToken)
           
 void mTICKFIELD(boolean _createToken)
           
 antlr.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 antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1
Constructor Detail

TextReportDescriptionLexer

public TextReportDescriptionLexer(java.io.InputStream in)

TextReportDescriptionLexer

public TextReportDescriptionLexer(java.io.Reader in)

TextReportDescriptionLexer

public TextReportDescriptionLexer(antlr.InputBuffer ib)

TextReportDescriptionLexer

public TextReportDescriptionLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mTICKFIELD

public final void mTICKFIELD(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mHASHFIELD

public final void mHASHFIELD(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mFILLER

public final void mFILLER(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException