Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.tree.pattern |
Modifier and Type | Field and Description |
---|---|
static TokenFactory<CommonToken> |
CommonTokenFactory.DEFAULT
The default
CommonTokenFactory instance. |
Modifier and Type | Method and Description |
---|---|
CommonToken |
CommonTokenFactory.create(int type,
String text) |
CommonToken |
CommonTokenFactory.create(Pair<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–2014 ANTLR. All rights reserved.