public final class NotSetTransition extends SetTransition
set
ACTION, ATOM, EPSILON, NOT_SET, PRECEDENCE, PREDICATE, RANGE, RULE, serializationNames, serializationTypes, SET, target, WILDCARD
Constructor | Description |
---|---|
NotSetTransition(ATNState target,
IntervalSet set) |
Modifier and Type | Method | Description |
---|---|---|
int |
getSerializationType() |
|
boolean |
matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol) |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
label
isEpsilon
public NotSetTransition(ATNState target, 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–2019 ANTLR. All rights reserved.