| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.pattern |
| Modifier and Type | Method and Description |
|---|---|
CommonToken |
CommonTokenFactory.create(int type,
String text) |
CommonToken |
CommonTokenFactory.create(Tuple2<? extends TokenSource,CharStream> source,
int type,
String text,
int channel,
int start,
int stop,
int line,
int charPositionInLine) |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenTagToken
A
Token object representing a token of a particular type; e.g.,
<ID>. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.