public static final class TRegexUtil.TRegexNamedCaptureGroupsAccessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getGroupNumber(Object namedCaptureGroupsMap,
com.oracle.truffle.api.strings.TruffleString name,
com.oracle.truffle.api.interop.InteropLibrary interop,
TRegexUtil.InteropToIntNode toIntNode,
com.oracle.truffle.api.nodes.Node node) |
static boolean |
hasGroup(Object namedCaptureGroupsMap,
com.oracle.truffle.api.strings.TruffleString name,
com.oracle.truffle.api.interop.InteropLibrary interop) |
static boolean |
isNull(Object namedCaptureGroupsMap,
com.oracle.truffle.api.interop.InteropLibrary interop) |
public static boolean isNull(Object namedCaptureGroupsMap, com.oracle.truffle.api.interop.InteropLibrary interop)
public static boolean hasGroup(Object namedCaptureGroupsMap, com.oracle.truffle.api.strings.TruffleString name, com.oracle.truffle.api.interop.InteropLibrary interop)
public static int getGroupNumber(Object namedCaptureGroupsMap, com.oracle.truffle.api.strings.TruffleString name, com.oracle.truffle.api.interop.InteropLibrary interop, TRegexUtil.InteropToIntNode toIntNode, com.oracle.truffle.api.nodes.Node node)