Class DFACaptureGroupPartialTransition.IndexOperation
java.lang.Object
com.oracle.truffle.regex.tregex.nodes.dfa.DFACaptureGroupPartialTransition.IndexOperation
- All Implemented Interfaces:
JsonConvertible
- Enclosing class:
DFACaptureGroupPartialTransition
public static final class DFACaptureGroupPartialTransition.IndexOperation
extends Object
implements JsonConvertible
-
Constructor Details
-
IndexOperation
public IndexOperation(int targetArray, byte[] indices)
-
-
Method Details
-
getTargetArray
public int getTargetArray() -
getNumberOfIndices
public int getNumberOfIndices() -
getIndex
public int getIndex(int i) -
equals
-
hashCode
-
toString
-
toJson
- Specified by:
toJsonin interfaceJsonConvertible
-
groupBoundariesToJsonObject
-