Uses of Class
org.antlr.v4.runtime.CommonToken
Packages that use CommonToken
-
Uses of CommonToken in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime with type parameters of type CommonTokenModifier and TypeFieldDescriptionstatic final TokenFactory
<CommonToken> CommonTokenFactory.DEFAULT
The defaultCommonTokenFactory
instance.Methods in org.antlr.v4.runtime that return CommonTokenModifier and TypeMethodDescriptionCommonTokenFactory.create
(Pair<TokenSource, CharStream> source, int type, String text, int channel, int start, int stop, int line, int charPositionInLine) -
Uses of CommonToken in org.antlr.v4.runtime.tree.pattern
Subclasses of CommonToken in org.antlr.v4.runtime.tree.patternModifier and TypeClassDescriptionclass
AToken
object representing a token of a particular type; e.g.,<ID>
.