public class SimpleLogParser
extends org.antlr.v4.runtime.Parser
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleLogParser.EventContext |
static class |
SimpleLogParser.EventsContext |
static class |
SimpleLogParser.LogContext |
static class |
SimpleLogParser.NumtracesContext |
static class |
SimpleLogParser.TraceContext |
| Modifier and Type | Field and Description |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
protected static org.antlr.v4.runtime.dfa.DFA[] |
_decisionToDFA |
static java.lang.String |
_serializedATN |
protected static org.antlr.v4.runtime.atn.PredictionContextCache |
_sharedContextCache |
static int |
COMMA |
static int |
ID |
static int |
INT |
static int |
NEWLINE |
static int |
RULE_event |
static int |
RULE_events |
static int |
RULE_log |
static int |
RULE_numtraces |
static int |
RULE_trace |
static java.lang.String[] |
ruleNames |
static int |
SEMICOLON |
static java.lang.String[] |
tokenNames |
static int |
WS |
| Constructor and Description |
|---|
SimpleLogParser(org.antlr.v4.runtime.TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
SimpleLogParser.EventContext |
event() |
SimpleLogParser.EventsContext |
events() |
org.antlr.v4.runtime.atn.ATN |
getATN() |
java.lang.String |
getGrammarFileName() |
java.lang.String[] |
getRuleNames() |
java.lang.String |
getSerializedATN() |
java.lang.String[] |
getTokenNames() |
SimpleLogParser.LogContext |
log() |
SimpleLogParser.NumtracesContext |
numtraces() |
SimpleLogParser.TraceContext |
trace() |
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContextsaction, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, getVocabulary, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStateprotected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int COMMA
public static final int SEMICOLON
public static final int ID
public static final int INT
public static final int NEWLINE
public static final int WS
public static final java.lang.String[] tokenNames
public static final int RULE_log
public static final int RULE_trace
public static final int RULE_events
public static final int RULE_numtraces
public static final int RULE_event
public static final java.lang.String[] ruleNames
public static final java.lang.String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
public java.lang.String getGrammarFileName()
getGrammarFileName in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public java.lang.String[] getTokenNames()
getTokenNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public java.lang.String[] getRuleNames()
getRuleNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public java.lang.String getSerializedATN()
getSerializedATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public org.antlr.v4.runtime.atn.ATN getATN()
getATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public final SimpleLogParser.LogContext log() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final SimpleLogParser.TraceContext trace() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final SimpleLogParser.EventsContext events() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final SimpleLogParser.NumtracesContext numtraces() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final SimpleLogParser.EventContext event() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException