Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.misc |
Modifier and Type | Field and Description |
---|---|
protected Pair<TokenSource,CharStream> |
Lexer._tokenFactorySourcePair |
protected Pair<TokenSource,CharStream> |
CommonToken.source |
Modifier and Type | Method and Description |
---|---|
Symbol |
TokenFactory.create(Pair<TokenSource,CharStream> source,
int type,
String text,
int channel,
int start,
int stop,
int line,
int charPositionInLine)
This is the method used to create tokens in the lexer and in the
error handling strategy.
|
CommonToken |
CommonTokenFactory.create(Pair<TokenSource,CharStream> source,
int type,
String text,
int channel,
int start,
int stop,
int line,
int charPositionInLine) |
Constructor and Description |
---|
CommonToken(Pair<TokenSource,CharStream> source,
int type,
int channel,
int start,
int stop) |
Modifier and Type | Class and Description |
---|---|
class |
Triple<A,B,C> |
Modifier and Type | Method and Description |
---|---|
List<Pair<K,V>> |
MultiMap.getPairs() |
Copyright © 1992-2013 ANTLR. All Rights Reserved.