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, toKeyMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-