public static final class JSRegExp.LazyNamedCaptureGroupProperty extends PropertyProxy
| Constructor and Description |
|---|
LazyNamedCaptureGroupProperty(com.oracle.truffle.api.strings.TruffleString groupName,
int[] groupIndices) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(JSDynamicObject object) |
int[] |
getGroupIndices() |
boolean |
set(JSDynamicObject object,
Object value) |
public LazyNamedCaptureGroupProperty(com.oracle.truffle.api.strings.TruffleString groupName,
int[] groupIndices)
public int[] getGroupIndices()
public Object get(JSDynamicObject object)
get in class PropertyProxypublic boolean set(JSDynamicObject object, Object value)
set in class PropertyProxy