Uses of Interface
org.apache.commons.jexl2.introspection.JexlMethod
-
Packages that use JexlMethod Package Description org.apache.commons.jexl2.internal org.apache.commons.jexl2.introspection -
-
Uses of JexlMethod in org.apache.commons.jexl2.internal
Classes in org.apache.commons.jexl2.internal that implement JexlMethod Modifier and Type Class Description static classAbstractExecutor.MethodAbstract class that is used to execute an arbitrary method.classMethodExecutorSpecialized executor to invoke a method on an object. -
Uses of JexlMethod in org.apache.commons.jexl2.introspection
Methods in org.apache.commons.jexl2.introspection that return JexlMethod Modifier and Type Method Description JexlMethodSandboxUberspectImpl. getConstructorMethod(java.lang.Object ctorHandle, java.lang.Object[] args, JexlInfo info)Returns a class constructor wrapped in a JexlMethod.JexlMethodUberspect. getConstructorMethod(java.lang.Object ctorHandle, java.lang.Object[] args, JexlInfo info)Returns a class constructor wrapped in a JexlMethod.JexlMethodUberspectImpl. getConstructorMethod(java.lang.Object ctorHandle, java.lang.Object[] args, JexlInfo info)Returns a class constructor wrapped in a JexlMethod.JexlMethodSandboxUberspectImpl. getMethod(java.lang.Object obj, java.lang.String method, java.lang.Object[] args, JexlInfo info)Returns a JexlMethod.JexlMethodUberspect. getMethod(java.lang.Object obj, java.lang.String method, java.lang.Object[] args, JexlInfo info)Returns a JexlMethod.JexlMethodUberspectImpl. getMethod(java.lang.Object obj, java.lang.String method, java.lang.Object[] args, JexlInfo info)Returns a JexlMethod.
-