Uses of Interface
org.apache.commons.jexl3.introspection.JexlMethod
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
-
Uses of JexlMethod in org.apache.commons.jexl3
Modifier and TypeMethodDescriptionJexlArithmetic.Uberspect.getOperator
(JexlOperator operator, Object... arg) Gets the most specific method for an operator. -
Uses of JexlMethod in org.apache.commons.jexl3.introspection
Modifier and TypeMethodDescriptionJexlUberspect.getConstructor
(Object ctorHandle, Object... args) Returns a class constructor.Returns a JexlMethod.