public final class AtomTransition extends Transition
| 限定符和类型 | 字段和说明 |
|---|---|
int |
label
The token type or character value; or, signifies special label.
|
ACTION, ATOM, EPSILON, NOT_SET, PRECEDENCE, PREDICATE, RANGE, RULE, serializationNames, serializationTypes, SET, target, WILDCARD| 构造器和说明 |
|---|
AtomTransition(ATNState target,
int label) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getSerializationType() |
IntervalSet |
label() |
boolean |
matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol) |
String |
toString() |
isEpsilonpublic AtomTransition(@NotNull
ATNState target,
int label)
public int getSerializationType()
getSerializationType 在类中 Transition@NotNull public IntervalSet label()
label 在类中 Transitionpublic boolean matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol)
matches 在类中 TransitionCopyright © 1992–2022 Daniel Sun. All rights reserved.