Serialized Form
-
Package org.antlr.v4.gui
-
Class org.antlr.v4.gui.JFileChooserConfirmOverwrite
class JFileChooserConfirmOverwrite extends JFileChooser implements Serializable -
Class org.antlr.v4.gui.TreeViewer
class TreeViewer extends JComponent implements Serializable-
Serialized Fields
-
arcSize
int arcSize
-
borderColor
Color borderColor
-
boxColor
Color boxColor
-
font
Font font
-
fontName
String fontName
-
fontSize
int fontSize
-
fontStyle
int fontStyle
-
gapBetweenLevels
double gapBetweenLevels
-
gapBetweenNodes
double gapBetweenNodes
-
highlightedBoxColor
Color highlightedBoxColor
-
highlightedNodes
List<Tree> highlightedNodes
-
nodeHeightPadding
int nodeHeightPadding
-
nodeWidthPadding
int nodeWidthPadding
-
scale
double scale
-
textColor
Color textColor
-
treeLayout
org.abego.treelayout.TreeLayout<Tree> treeLayout
-
treeTextProvider
TreeTextProvider treeTextProvider
-
useCurvedEdges
boolean useCurvedEdges
-
-
-
-
Package org.antlr.v4.misc
-
Class org.antlr.v4.misc.FrequencySet
-
Class org.antlr.v4.misc.MutableInt
class MutableInt extends Number implements Serializable-
Serialized Fields
-
v
int v
-
-
-
Class org.antlr.v4.misc.OrderedHashMap
-
-
Package org.antlr.v4.parse
-
Class org.antlr.v4.parse.GrammarToken
class GrammarToken extends org.antlr.runtime.CommonToken implements Serializable-
Serialized Fields
-
g
Grammar g
-
originalTokenIndex
int originalTokenIndex
-
-
-
Exception Class org.antlr.v4.parse.ResyncToEndOfRuleBlock
class ResyncToEndOfRuleBlock extends RuntimeException implements Serializable -
Exception Class org.antlr.v4.parse.v3TreeGrammarException
class v3TreeGrammarException extends ParseCancellationException implements Serializable-
Serialized Fields
-
location
org.antlr.runtime.Token location
-
-
-
Exception Class org.antlr.v4.parse.v4ParserException
class v4ParserException extends org.antlr.runtime.RecognitionException implements Serializable-
Serialized Fields
-
msg
String msg
-
-
-
-
Package org.antlr.v4.runtime
-
Class org.antlr.v4.runtime.CommonToken
class CommonToken extends Object implements Serializable-
Serialized Fields
-
channel
int channel
This is the backing field forCommonToken.getChannel()
andCommonToken.setChannel(int)
. -
charPositionInLine
int charPositionInLine
This is the backing field forCommonToken.getCharPositionInLine()
andCommonToken.setCharPositionInLine(int)
. -
index
int index
This is the backing field forCommonToken.getTokenIndex()
andCommonToken.setTokenIndex(int)
. -
line
int line
This is the backing field forCommonToken.getLine()
andCommonToken.setLine(int)
. -
source
Pair<TokenSource,
CharStream> source This is the backing field forCommonToken.getTokenSource()
andCommonToken.getInputStream()
.These properties share a field to reduce the memory footprint of
CommonToken
. Tokens created by aCommonTokenFactory
from the same source and input stream share a reference to the samePair
containing these values. -
start
int start
This is the backing field forCommonToken.getStartIndex()
andCommonToken.setStartIndex(int)
. -
stop
int stop
This is the backing field forCommonToken.getStopIndex()
andCommonToken.setStopIndex(int)
. -
text
String text
This is the backing field forCommonToken.getText()
when the token text is explicitly set in the constructor or viaCommonToken.setText(java.lang.String)
.- See Also:
-
type
int type
This is the backing field forCommonToken.getType()
andCommonToken.setType(int)
.
-
-
-
Exception Class org.antlr.v4.runtime.FailedPredicateException
class FailedPredicateException extends RecognitionException implements Serializable-
Serialized Fields
-
predicate
String predicate
-
predicateIndex
int predicateIndex
-
ruleIndex
int ruleIndex
-
-
-
Exception Class org.antlr.v4.runtime.InputMismatchException
class InputMismatchException extends RecognitionException implements Serializable -
Exception Class org.antlr.v4.runtime.LexerNoViableAltException
class LexerNoViableAltException extends RecognitionException implements Serializable-
Serialized Fields
-
deadEndConfigs
ATNConfigSet deadEndConfigs
Which configurations did we try at input.index() that couldn't match input.LA(1)? -
startIndex
int startIndex
Matching attempted at what input index?
-
-
-
Exception Class org.antlr.v4.runtime.NoViableAltException
class NoViableAltException extends RecognitionException implements Serializable-
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.)
-
-
-
Exception Class org.antlr.v4.runtime.RecognitionException
class RecognitionException extends RuntimeException implements Serializable-
Serialized Fields
-
ctx
RuleContext ctx
-
input
IntStream input
-
offendingState
int offendingState
-
offendingToken
Token offendingToken
-
recognizer
Recognizer<?,
?> recognizer TheRecognizer
where this exception originated.
-
-
-
-
Package org.antlr.v4.runtime.misc
-
Class org.antlr.v4.runtime.misc.MultiMap
-
Class org.antlr.v4.runtime.misc.OrderedHashSet
-
Class org.antlr.v4.runtime.misc.Pair
class Pair extends Object implements Serializable -
Exception Class org.antlr.v4.runtime.misc.ParseCancellationException
class ParseCancellationException extends CancellationException implements Serializable
-
-
Package org.antlr.v4.runtime.tree.pattern
-
Exception Class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.CannotInvokeStartRule
class CannotInvokeStartRule extends RuntimeException implements Serializable -
Exception Class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern
class StartRuleDoesNotConsumeFullPattern extends RuntimeException implements Serializable -
Class org.antlr.v4.runtime.tree.pattern.TokenTagToken
class TokenTagToken extends CommonToken implements Serializable-
Serialized Fields
-
label
String label
This is the backing field forTokenTagToken.getLabel()
. -
tokenName
String tokenName
This is the backing field forTokenTagToken.getTokenName()
.
-
-
-