public static class JSRegExp.LazyNamedCaptureGroupProperty extends Object implements PropertyProxy
| Constructor and Description |
|---|
LazyNamedCaptureGroupProperty(String groupName,
int groupIndex) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(com.oracle.truffle.api.object.DynamicObject object) |
int |
getGroupIndex() |
boolean |
set(com.oracle.truffle.api.object.DynamicObject object,
Object value) |
public LazyNamedCaptureGroupProperty(String groupName, int groupIndex)
public int getGroupIndex()
public Object get(com.oracle.truffle.api.object.DynamicObject object)
get in interface PropertyProxypublic boolean set(com.oracle.truffle.api.object.DynamicObject object,
Object value)
set in interface PropertyProxy