public final class WildcardTransition extends Transition
ACTION, ATOM, EPSILON, NOT_SET, PRECEDENCE, PREDICATE, RANGE, RULE, serializationNames, serializationTypes, SET, target, WILDCARD| Constructor | Description |
|---|---|
WildcardTransition(ATNState target) |
| 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, waitisEpsilon, labelpublic WildcardTransition(ATNState target)
public int getSerializationType()
getSerializationType in class Transitionpublic boolean matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol)
matches in class TransitionCopyright © 1992–2019 ANTLR. All rights reserved.