public class SetTransition extends Transition
| Modifier and Type | Field and Description |
|---|---|
IntervalSet |
set |
ACTION, ATOM, EPSILON, NOT_SET, PREDICATE, RANGE, RULE, serializationNames, serializationTypes, SET, target, WILDCARD| Constructor and Description |
|---|
SetTransition(ATNState target,
IntervalSet set) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSerializationType() |
IntervalSet |
label() |
boolean |
matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol) |
String |
toString() |
isEpsilon@NotNull public final IntervalSet set
public SetTransition(@NotNull ATNState target, @Nullable IntervalSet set)
public int getSerializationType()
getSerializationType in class Transition@NotNull public IntervalSet label()
label in class Transitionpublic boolean matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol)
matches in class TransitionCopyright © 1992-2013 ANTLR. All Rights Reserved.