Class GroupsWithGuardsIndex
java.lang.Object
com.oracle.truffle.regex.tregex.automaton.SimpleStateIndex<Group>
com.oracle.truffle.regex.tregex.parser.ast.GroupsWithGuardsIndex
- All Implemented Interfaces:
StateIndex<Group>,Iterable<Group>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetStateId(Group group) protected voidsetStateId(Group group, int id) Methods inherited from class com.oracle.truffle.regex.tregex.automaton.SimpleStateIndex
add, get, getEmptySet, getId, getNumberOfStates, getState, iterator, size, spliterator, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.truffle.regex.tregex.automaton.StateIndex
isEmpty
-
Constructor Details
-
GroupsWithGuardsIndex
public GroupsWithGuardsIndex()
-
-
Method Details
-
getStateId
- Specified by:
getStateIdin classSimpleStateIndex<Group>
-
setStateId
- Specified by:
setStateIdin classSimpleStateIndex<Group>
-