Class TRegexBacktrackerSubExecutorNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Direct Known Subclasses:
TRegexBacktrackingNFAExecutorNode, TRegexLiteralLookAroundExecutorNode

public abstract class TRegexBacktrackerSubExecutorNode extends TRegexExecutorNode
Common base class for executor nodes used in TRegexBacktrackingNFAExecutorNode, where the top-level executor represents a full regular expression, and all nested sub-executors represent look-around assertions.