public final class RangeTransition extends Transition
| 限定符和类型 | 字段和说明 |
|---|---|
int |
from |
int |
to |
ACTION, ATOM, EPSILON, NOT_SET, PRECEDENCE, PREDICATE, RANGE, RULE, serializationNames, serializationTypes, SET, target, WILDCARD| 构造器和说明 |
|---|
RangeTransition(ATNState target,
int from,
int to) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getSerializationType() |
IntervalSet |
label() |
boolean |
matches(int symbol,
int minVocabSymbol,
int maxVocabSymbol) |
String |
toString() |
isEpsilonpublic RangeTransition(@NotNull
ATNState target,
int from,
int to)
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.