public final class DFASimpleCGTransition extends Object implements JsonConvertible
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int[] result,
int currentIndex) |
static DFASimpleCGTransition |
create(NFAStateTransition t,
boolean fullClear) |
boolean |
equals(Object obj) |
static DFASimpleCGTransition |
getEmptyInstance() |
int |
hashCode() |
JsonValue |
toJson() |
public static DFASimpleCGTransition create(NFAStateTransition t, boolean fullClear)
public static DFASimpleCGTransition getEmptyInstance()
public void apply(int[] result,
int currentIndex)
public JsonValue toJson()
toJson in interface JsonConvertible