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 JexlMethodInterpreterBase.Funcall.meThe JexlMethod to delegate the call to.(package private) JexlMethodInterpreterBase.CallDispatcher.vmThe method to call.Methods in org.apache.commons.jexl3.internal with parameters of type JexlMethodModifier and TypeMethodDescriptionprivate booleanOperators.isArithmetic(JexlMethod vm) Checks whether a method is a JexlArithmetic method.private booleanOperators.returnsBoolean(JexlMethod vm) Checks whether a method returns a boolean or a Boolean.private booleanOperators.returnsInteger(JexlMethod vm) Checks whether a method returns an int or an Integer.Constructors in org.apache.commons.jexl3.internal with parameters of type JexlMethodModifierConstructorDescriptionprotectedArithmeticFuncall(JexlMethod jme, boolean flag) Constructs a new instance.protectedContextFuncall(JexlMethod jme, boolean flag) Constructs a new instance.protectedContextualCtor(JexlMethod jme, boolean flag) Constructs a new instance.protectedFuncall(JexlMethod jme, boolean flag) Constructs a new instance. -
Uses of JexlMethod in org.apache.commons.jexl3.internal.introspection
Classes in org.apache.commons.jexl3.internal.introspection that implement JexlMethodModifier and TypeClassDescriptionstatic classAbstract class that is used to execute an arbitrary method.final classA JexlMethod that wraps a constructor.final classSpecialized 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.