Class TransitionSet<SI extends StateIndex<? super S>,S extends AbstractState<S,T>,T extends AbstractTransition<S,T>>
java.lang.Object
com.oracle.truffle.regex.tregex.automaton.TransitionSet<SI,S,T>
public class TransitionSet<SI extends StateIndex<? super S>,S extends AbstractState<S,T>,T extends AbstractTransition<S,T>>
extends Object
Represents a set of NFA transitions to be used in
TransitionBuilder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransition(int i) T[]booleanisEmpty()intsize()toString()
-
Constructor Details
-
TransitionSet
-
-
Method Details
-
getTransitions
-
getTargetStateSet
-
isEmpty
public boolean isEmpty() -
size
public int size() -
getTransition
-
toString
-