Package com.inrupt.client.parser
Class LinkParser
java.lang.Object
org.antlr.v4.runtime.Recognizer<Token,ParserATNSimulator>
org.antlr.v4.runtime.Parser
com.inrupt.client.parser.LinkParser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class org.antlr.v4.runtime.Parser
Parser.TraceListener, Parser.TrimToSizeListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ATN
protected static final DFA[]
static final String
protected static final PredictionContextCache
static final int
static final int
static final int
static final String[]
static final int
static final int
static final String[]
Deprecated.static final int
static final Vocabulary
static final int
Fields inherited from class org.antlr.v4.runtime.Parser
_buildParseTrees, _ctx, _errHandler, _input, _parseListeners, _precedenceStack, _syntaxErrors, matchedEOF
Fields inherited from class org.antlr.v4.runtime.Recognizer
_interp, EOF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetATN()
String[]
String[]
Deprecated.final LinkParser.LinkContext
link()
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, 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, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Field Details
-
_decisionToDFA
-
T__0
public static final int T__0- See Also:
-
T__1
public static final int T__1- See Also:
-
UriReference
public static final int UriReference- See Also:
-
LinkParam
public static final int LinkParam- See Also:
-
WS
public static final int WS- See Also:
-
RULE_linkHeader
public static final int RULE_linkHeader- See Also:
-
RULE_link
public static final int RULE_link- See Also:
-
ruleNames
-
VOCABULARY
-
tokenNames
Deprecated.UseVOCABULARY
instead. -
_serializedATN
- See Also:
-
_ATN
-
-
Constructor Details
-
LinkParser
-
-
Method Details
-
getTokenNames
Deprecated.- Specified by:
getTokenNames
in classRecognizer<Token,
ParserATNSimulator>
-
getVocabulary
- Overrides:
getVocabulary
in classRecognizer<Token,
ParserATNSimulator>
-
getGrammarFileName
- Specified by:
getGrammarFileName
in classRecognizer<Token,
ParserATNSimulator>
-
getRuleNames
- Specified by:
getRuleNames
in classRecognizer<Token,
ParserATNSimulator>
-
getSerializedATN
- Overrides:
getSerializedATN
in classRecognizer<Token,
ParserATNSimulator>
-
getATN
- Specified by:
getATN
in classRecognizer<Token,
ParserATNSimulator>
-
linkHeader
- Throws:
RecognitionException
-
link
- Throws:
RecognitionException
-
VOCABULARY
instead.