Class DFACaptureGroupTransitionBuilder.PartialTransitionDebugInfo
java.lang.Object
com.oracle.truffle.regex.tregex.dfa.DFACaptureGroupTransitionBuilder.PartialTransitionDebugInfo
- All Implemented Interfaces:
JsonConvertible
- Enclosing class:
DFACaptureGroupTransitionBuilder
public static class DFACaptureGroupTransitionBuilder.PartialTransitionDebugInfo
extends Object
implements JsonConvertible
-
Constructor Summary
ConstructorsConstructorDescriptionPartialTransitionDebugInfo(int nResults) PartialTransitionDebugInfo(DFACaptureGroupPartialTransition node, int nResults) -
Method Summary
Modifier and TypeMethodDescriptiongetNode()voidmapResultToNFATransition(int resultNumber, NFAStateTransition transition) toJson()
-
Constructor Details
-
PartialTransitionDebugInfo
-
PartialTransitionDebugInfo
public PartialTransitionDebugInfo(int nResults) -
PartialTransitionDebugInfo
-
-
Method Details
-
getNode
-
mapResultToNFATransition
-
toJson
- Specified by:
toJsonin interfaceJsonConvertible
-