Uses of Class
org.apache.commons.jexl2.internal.AbstractExecutor
Packages that use AbstractExecutor
-
Uses of AbstractExecutor in org.apache.commons.jexl2.internal
Subclasses of AbstractExecutor in org.apache.commons.jexl2.internalModifier and TypeClassDescriptionstatic class
Abstract class that is used to execute an arbitrary 'get' method.static class
Abstract class that is used to execute an arbitrary method.static class
Abstract class that is used to execute an arbitrary 'set' method.final class
Specialized executor to get a boolean property from an object.final class
Specialized executor to get a property from an object.final class
Specialized executor to set a property of an object.final class
Specialized executor to get a property from a List or array.final class
Specialized executor to set a property in a List or array.final class
Specialized executor to get a property from a Map.final class
Specialized executor to set a property in a Map.final class
Specialized executor to invoke a method on an object.final class
Specialized executor to get a property from an object.final class
Specialized executor to set a property in an object.Methods in org.apache.commons.jexl2.internal with parameters of type AbstractExecutorModifier and TypeMethodDescriptionboolean
AbstractExecutor.equals
(AbstractExecutor arg) Indicates whether some other executor is equivalent to this one.