java.lang.Object
org.bzdev.util.JSObject
org.bzdev.util.ExpressionParser.ESPObject
- All Implemented Interfaces:
JSOps
- Enclosing class:
- ExpressionParser
ExpressionParser/ESP Object.
-
Method Summary
Methods inherited from class org.bzdev.util.JSObject
containsKey, entrySet, get, get, identity, keySet, put, put, put, put, put, put, putObject, remove, size, toKeyMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bzdev.util.JSOps
identity, nextIdentity, size
-
Method Details
-
convert
Convert this object to one with a specified class- Type Parameters:
T- the type for the classfi- Parameters:
fi- the class to which this object is to be converted- Returns:
- an object of type T
-