Class ExpressionParser.ESPObject

java.lang.Object
org.bzdev.util.JSObject
org.bzdev.util.ExpressionParser.ESPObject
All Implemented Interfaces:
JSOps
Enclosing class:
ExpressionParser

public class ExpressionParser.ESPObject extends JSObject implements JSOps
ExpressionParser/ESP Object.
  • Method Details

    • convert

      public <T> T convert(Class<T> fi)
      Convert this object to one with a specified class
      Type Parameters:
      T - the type for the class fi
      Parameters:
      fi - the class to which this object is to be converted
      Returns:
      an object of type T