Uses of Class
org.antlr.v4.runtime.CommonToken
Packages that use CommonToken
-
Uses of CommonToken in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement interfaces with type arguments of type CommonTokenModifier and TypeClassDescriptionclassThis default implementation ofTokenFactorycreatesCommonTokenobjects.Fields in org.antlr.v4.runtime with type parameters of type CommonTokenModifier and TypeFieldDescriptionstatic final TokenFactory<CommonToken> CommonTokenFactory.DEFAULTThe defaultCommonTokenFactoryinstance.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 TypeClassDescriptionclassATokenobject representing a token of a particular type; e.g.,<ID>.