public final class DFASimpleCGTransition extends Object implements JsonConvertible
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int[] result,
int currentIndex,
boolean trackLastGroup) |
void |
applyFinal(DFACaptureGroupTrackingData cgData,
int currentIndex,
boolean simpleCGMustCopy,
boolean trackLastGroup) |
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,
boolean trackLastGroup)
public void applyFinal(DFACaptureGroupTrackingData cgData, int currentIndex, boolean simpleCGMustCopy, boolean trackLastGroup)
public JsonValue toJson()
toJson in interface JsonConvertible