public class TextReportDescriptionParser extends antlr.LLkParser implements TextReportDescriptionTokenTypes
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
_tokenNames |
static antlr.collections.impl.BitSet |
_tokenSet_0 |
static antlr.collections.impl.BitSet |
_tokenSet_1 |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepthEOF, FILLER, HASHFIELD, NULL_TREE_LOOKAHEAD, TICKFIELD| Modifier | Constructor and Description |
|---|---|
|
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) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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, traceIndentpublic static final java.lang.String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
protected TextReportDescriptionParser(antlr.TokenBuffer tokenBuf,
int k)
public TextReportDescriptionParser(antlr.TokenBuffer tokenBuf)
protected TextReportDescriptionParser(antlr.TokenStream lexer,
int k)
public TextReportDescriptionParser(antlr.TokenStream lexer)
public TextReportDescriptionParser(antlr.ParserSharedInputState state)
public static void main(java.lang.String[] args)
public final VariableLengthTextField tickField() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final java.lang.String filler()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final AlphanumericPicture hashField() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void fillNField(java.util.ArrayList result)
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final java.util.ArrayList reportDescription()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamException