Package org.htmlunit.corejs.javascript
Interface AccessorSlot.Setter
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AccessorSlot.FunctionSetter
,AccessorSlot.MemberBoxSetter
- Enclosing class:
- AccessorSlot
static interface AccessorSlot.Setter extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function
asSetterFunction(java.lang.String name, Scriptable scope)
boolean
setValue(java.lang.Object value, Scriptable owner, Scriptable start)
-
-
-
Method Detail
-
setValue
boolean setValue(java.lang.Object value, Scriptable owner, Scriptable start)
-
asSetterFunction
Function asSetterFunction(java.lang.String name, Scriptable scope)
-
-