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