Uses of Interface
org.apache.commons.jexl3.introspection.JexlMethod
Packages that use JexlMethod
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
Provides low-level introspective services.
Provides high-level introspective services.
-
Uses of JexlMethod in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlMethodModifier and TypeMethodDescriptionJexlArithmetic.Uberspect.getOperator
(JexlOperator operator, Object... arg) Gets the most specific method for an operator. -
Uses of JexlMethod in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as JexlMethodModifier and TypeFieldDescriptionprotected final JexlMethod
InterpreterBase.Funcall.me
The JexlMethod to delegate the call to.(package private) JexlMethod
InterpreterBase.CallDispatcher.vm
The method to call.Methods in org.apache.commons.jexl3.internal with parameters of type JexlMethodModifier and TypeMethodDescriptionprivate boolean
Operators.isArithmetic
(JexlMethod vm) Checks whether a method is a JexlArithmetic method.private boolean
Operators.returnsBoolean
(JexlMethod vm) Checks whether a method returns a boolean or a Boolean.private boolean
Operators.returnsInteger
(JexlMethod vm) Checks whether a method returns an int or an Integer.Constructors in org.apache.commons.jexl3.internal with parameters of type JexlMethodModifierConstructorDescriptionprotected
ArithmeticFuncall
(JexlMethod jme, boolean flag) Constructor.protected
ContextFuncall
(JexlMethod jme, boolean flag) Constructor.protected
ContextualCtor
(JexlMethod jme, boolean flag) Constructor.protected
Funcall
(JexlMethod jme, boolean flag) Constructor. -
Uses of JexlMethod in org.apache.commons.jexl3.internal.introspection
Classes in org.apache.commons.jexl3.internal.introspection that implement JexlMethodModifier and TypeClassDescriptionstatic class
Abstract class that is used to execute an arbitrary method.final class
A JexlMethod that wraps a constructor.final class
Specialized executor to invoke a method on an object.Methods in org.apache.commons.jexl3.internal.introspection that return JexlMethodModifier and TypeMethodDescriptionSandboxUberspect.getConstructor
(Object ctorHandle, Object... args) Uberspect.getConstructor
(Object ctorHandle, Object... args) Uberspect.ArithmeticUberspect.getOperator
(JexlOperator operator, Object... args) -
Uses of JexlMethod in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlMethodModifier and TypeMethodDescriptionJexlUberspect.getConstructor
(Object ctorHandle, Object... args) Returns a class constructor.Returns a JexlMethod.