Package org.htmlunit.corejs.javascript
Interface AccessorSlot.Getter
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AccessorSlot.FunctionGetter
,AccessorSlot.MemberBoxGetter
- Enclosing class:
- AccessorSlot
static interface AccessorSlot.Getter extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function
asGetterFunction(java.lang.String name, Scriptable scope)
java.lang.Object
getValue(Scriptable start)
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(Scriptable start)
-
asGetterFunction
Function asGetterFunction(java.lang.String name, Scriptable scope)
-
-