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