Java.target.apidocs.serialized-form.html Maven / Gradle / Ivy
Serialized Form (ANTLR 4 Runtime (Optimized) 4.7.1 API)
Serialized Form
-
Package org.antlr.v4.runtime
-
Class org.antlr.v4.runtime.CommonToken extends Object implements Serializable
- serialVersionUID:
- -6708843461296520577L
-
Serialized Fields
-
type
int type
This is the backing field for CommonToken.getType() and CommonToken.setType(int).
-
line
int line
This is the backing field for CommonToken.getLine() and CommonToken.setLine(int).
-
charPositionInLine
int charPositionInLine
This is the backing field for CommonToken.getCharPositionInLine() and
CommonToken.setCharPositionInLine(int).
-
channel
int channel
This is the backing field for CommonToken.getChannel() and
CommonToken.setChannel(int).
-
source
Tuple2<T1,T2> source
This is the backing field for CommonToken.getTokenSource() and
CommonToken.getInputStream().
These properties share a field to reduce the memory footprint of
CommonToken. Tokens created by a CommonTokenFactory from
the same source and input stream share a reference to the same
Tuple2 containing these values.
-
text
String text
This is the backing field for CommonToken.getText() when the token text is
explicitly set in the constructor or via CommonToken.setText(java.lang.String).
- See Also:
CommonToken.getText()
-
index
int index
This is the backing field for CommonToken.getTokenIndex() and
CommonToken.setTokenIndex(int).
-
start
int start
This is the backing field for CommonToken.getStartIndex() and
CommonToken.setStartIndex(int).
-
stop
int stop
This is the backing field for CommonToken.getStopIndex() and
CommonToken.setStopIndex(int).
-
Class org.antlr.v4.runtime.FailedPredicateException extends RecognitionException implements Serializable
- serialVersionUID:
- 5379330841495778709L
-
Serialized Fields
-
ruleIndex
int ruleIndex
-
predicateIndex
int predicateIndex
-
predicate
String predicate
-
Class org.antlr.v4.runtime.InputMismatchException extends RecognitionException implements Serializable
- serialVersionUID:
- 1532568338707443067L
-
Class org.antlr.v4.runtime.LexerNoViableAltException extends RecognitionException implements Serializable
- serialVersionUID:
- -730999203913001726L
-
Serialized Fields
-
startIndex
int startIndex
Matching attempted at what input index?
-
deadEndConfigs
ATNConfigSet deadEndConfigs
Which configurations did we try at input.index() that couldn't match input.LA(1)?
-
Class org.antlr.v4.runtime.NoViableAltException extends RecognitionException implements Serializable
- serialVersionUID:
- 5096000008992867052L
-
Serialized Fields
-
deadEndConfigs
ATNConfigSet deadEndConfigs
Which configurations did we try at input.index() that couldn't match input.LT(1)?
-
startToken
Token startToken
The token object at the start index; the input stream might
not be buffering tokens so get a reference to it. (At the
time the error occurred, of course the stream needs to keep a
buffer all of the tokens but later we might not have access to those.)
-
Class org.antlr.v4.runtime.RecognitionException extends RuntimeException implements Serializable
- serialVersionUID:
- -3861826954750022374L
-
Serialized Fields
-
recognizer
Recognizer<Symbol,ATNInterpreter extends ATNSimulator> recognizer
The Recognizer where this exception originated.
-
ctx
RuleContext ctx
-
input
IntStream input
-
offendingToken
Token offendingToken
-
offendingState
int offendingState
-
Package org.antlr.v4.runtime.misc
-
Class org.antlr.v4.runtime.misc.MultiMap extends LinkedHashMap<K,List<V>> implements Serializable
- serialVersionUID:
- -4956746660057462312L
-
Class org.antlr.v4.runtime.misc.OrderedHashSet extends LinkedHashSet<T> implements Serializable
- serialVersionUID:
- 5281944403755906761L
-
Class org.antlr.v4.runtime.misc.ParseCancellationException extends CancellationException implements Serializable
- serialVersionUID:
- -3529552099366979683L
-
Package org.antlr.v4.runtime.tree.pattern
-
Class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.CannotInvokeStartRule extends RuntimeException implements Serializable
-
Class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern extends RuntimeException implements Serializable
-
Class org.antlr.v4.runtime.tree.pattern.TokenTagToken extends CommonToken implements Serializable
-
Serialized Fields
-
tokenName
String tokenName
This is the backing field for TokenTagToken.getTokenName().
-
label
String label
This is the backing field for TokenTagToken.getLabel().
Copyright © 1992–2018 Tunnel Vision Laboratories, LLC. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy