at.dms.compiler.tools.msggen
Class MsggenParser
java.lang.Object
at.dms.compiler.tools.antlr.runtime.Parser
at.dms.compiler.tools.antlr.runtime.LLkParser
at.dms.compiler.tools.msggen.MsggenParser
- All Implemented Interfaces:
- MsggenTokenTypes
public class MsggenParser
- extends LLkParser
- implements MsggenTokenTypes
Fields inherited from interface at.dms.compiler.tools.msggen.MsggenTokenTypes |
DOT, EOF, HEADER, IDENT, LITERAL_caution, LITERAL_error, LITERAL_info, LITERAL_message, LITERAL_notice, LITERAL_package, LITERAL_parent, LITERAL_prefix, LITERAL_warning, NULL_TREE_LOOKAHEAD, STRING |
Methods inherited from class at.dms.compiler.tools.antlr.runtime.Parser |
consumeUntil, consumeUntil, defaultDebuggingSetup, getFilename, getInputState, getTokenName, getTokenNames, mark, match, match, matchNot, panic, reportError, reportError, reportWarning, rewind, setFilename, setInputState, setTokenBuffer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tokenNames
public static final String[] _tokenNames
MsggenParser
protected MsggenParser(TokenBuffer tokenBuf,
int k)
MsggenParser
public MsggenParser(TokenBuffer tokenBuf)
MsggenParser
protected MsggenParser(TokenStream lexer,
int k)
MsggenParser
public MsggenParser(TokenStream lexer)
MsggenParser
public MsggenParser(ParserSharedInputState state)
aCompilationUnit
public final at.dms.compiler.tools.msggen.DefinitionFile aCompilationUnit(String sourceFile)
throws RecognitionException,
TokenStreamException
- Throws:
RecognitionException
TokenStreamException