Package org.mozilla.javascript
Interface AccessorSlot.Getter
-
- All Known Implementing Classes:
AccessorSlot.FunctionGetter
,AccessorSlot.MemberBoxGetter
- Enclosing class:
- AccessorSlot
static interface AccessorSlot.Getter
-
-
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)
-
-