int arcSize
Color borderColor
Color boxColor
Font font
String fontName
int fontSize
int fontStyle
double gapBetweenLevels
double gapBetweenNodes
Color highlightedBoxColor
List<E extends Object> highlightedNodes
int nodeHeightPadding
int nodeWidthPadding
double scale
Color textColor
org.abego.treelayout.TreeLayout<TreeNode extends Object> treeLayout
TreeTextProvider treeTextProvider
boolean useCurvedEdges
int v
Grammar g
int originalTokenIndex
org.antlr.runtime.Token location
String msg
int channel
CommonToken.getChannel()
and
CommonToken.setChannel(int)
.int charPositionInLine
CommonToken.getCharPositionInLine()
and
CommonToken.setCharPositionInLine(int)
.int index
CommonToken.getTokenIndex()
and
CommonToken.setTokenIndex(int)
.int line
CommonToken.getLine()
and CommonToken.setLine(int)
.Pair<A,B> source
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
Pair
containing these values.
int start
CommonToken.getStartIndex()
and
CommonToken.setStartIndex(int)
.int stop
CommonToken.getStopIndex()
and
CommonToken.setStopIndex(int)
.String text
CommonToken.getText()
when the token text is
explicitly set in the constructor or via CommonToken.setText(java.lang.String)
.CommonToken.getText()
int type
CommonToken.getType()
and CommonToken.setType(int)
.String predicate
int predicateIndex
int ruleIndex
ATNConfigSet deadEndConfigs
int startIndex
ATNConfigSet deadEndConfigs
Token startToken
RuleContext ctx
IntStream input
int offendingState
Token offendingToken
Recognizer<Symbol,ATNInterpreter extends ATNSimulator> recognizer
Recognizer
where this exception originated.String label
TokenTagToken.getLabel()
.String tokenName
TokenTagToken.getTokenName()
.Copyright © 1992–2019 ANTLR. All rights reserved.