org.jcon.text
Class TextReportDescriptionParser

java.lang.Object
  extended by antlr.Parser
      extended by antlr.LLkParser
          extended by org.jcon.text.TextReportDescriptionParser
All Implemented Interfaces:
TextReportDescriptionTokenTypes

public class TextReportDescriptionParser
extends antlr.LLkParser
implements TextReportDescriptionTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface org.jcon.text.TextReportDescriptionTokenTypes
EOF, FILLER, HASHFIELD, NULL_TREE_LOOKAHEAD, TICKFIELD
 
Constructor Summary
  TextReportDescriptionParser(antlr.ParserSharedInputState state)
           
  TextReportDescriptionParser(antlr.TokenBuffer tokenBuf)
           
protected TextReportDescriptionParser(antlr.TokenBuffer tokenBuf, int k)
           
  TextReportDescriptionParser(antlr.TokenStream lexer)
           
protected TextReportDescriptionParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
 java.lang.String filler()
           
 void fillNField(java.util.ArrayList result)
           
 AlphanumericPicture hashField()
           
static void main(java.lang.String[] args)
          The main point of entry.
 java.util.ArrayList reportDescription()
           
 VariableLengthTextField tickField()
           
 
Methods inherited from class antlr.LLkParser
consume, LA, LT, traceIn, traceOut
 
Methods inherited from class antlr.Parser
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

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

TextReportDescriptionParser

protected TextReportDescriptionParser(antlr.TokenBuffer tokenBuf,
                                      int k)

TextReportDescriptionParser

public TextReportDescriptionParser(antlr.TokenBuffer tokenBuf)

TextReportDescriptionParser

protected TextReportDescriptionParser(antlr.TokenStream lexer,
                                      int k)

TextReportDescriptionParser

public TextReportDescriptionParser(antlr.TokenStream lexer)

TextReportDescriptionParser

public TextReportDescriptionParser(antlr.ParserSharedInputState state)
Method Detail

main

public static void main(java.lang.String[] args)
The main point of entry. Throws an EOFException if you reach the end of the file.


tickField

public final VariableLengthTextField tickField()
                                        throws antlr.RecognitionException,
                                               antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

filler

public final java.lang.String filler()
                              throws antlr.RecognitionException,
                                     antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

hashField

public final AlphanumericPicture hashField()
                                    throws antlr.RecognitionException,
                                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

fillNField

public final void fillNField(java.util.ArrayList result)
                      throws antlr.RecognitionException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

reportDescription

public final java.util.ArrayList reportDescription()
                                            throws antlr.RecognitionException,
                                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException