Package | Description |
---|---|
org.antlr.v4.runtime |
Modifier and Type | Field and Description |
---|---|
static TokenFactory<CommonToken> |
CommonTokenFactory.DEFAULT |
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) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.