Class JSRegExp.LazyNamedCaptureGroupProperty
java.lang.Object
com.oracle.truffle.js.runtime.objects.PropertyProxy
com.oracle.truffle.js.runtime.builtins.JSRegExp.LazyNamedCaptureGroupProperty
- Enclosing class:
JSRegExp
-
Constructor Summary
ConstructorsConstructorDescriptionLazyNamedCaptureGroupProperty(com.oracle.truffle.api.strings.TruffleString groupName, int[] groupIndices) -
Method Summary
Modifier and TypeMethodDescriptionget(JSDynamicObject object) int[]booleanset(JSDynamicObject object, Object value)
-
Constructor Details
-
LazyNamedCaptureGroupProperty
public LazyNamedCaptureGroupProperty(com.oracle.truffle.api.strings.TruffleString groupName, int[] groupIndices)
-
-
Method Details
-
getGroupIndices
public int[] getGroupIndices() -
get
- Specified by:
getin classPropertyProxy
-
set
- Overrides:
setin classPropertyProxy
-