Uses of Class
org.apache.commons.jexl2.internal.AbstractExecutor

Packages that use AbstractExecutor
org.apache.commons.jexl2.internal Provides utilities for introspection services. 
 

Uses of AbstractExecutor in org.apache.commons.jexl2.internal
 

Subclasses of AbstractExecutor in org.apache.commons.jexl2.internal
static class AbstractExecutor.Get
          Abstract class that is used to execute an arbitrary 'get' method.
static class AbstractExecutor.Method
          Abstract class that is used to execute an arbitrary method.
static class AbstractExecutor.Set
          Abstract class that is used to execute an arbitrary 'set' method.
 class BooleanGetExecutor
          Specialized executor to get a boolean property from an object.
 class DuckGetExecutor
          Specialized executor to get a property from an object.
 class DuckSetExecutor
          Specialized executor to set a property of an object.
 class ListGetExecutor
          Specialized executor to get a property from a List or array.
 class ListSetExecutor
          Specialized executor to set a property in a List or array.
 class MapGetExecutor
          Specialized executor to get a property from a Map.
 class MapSetExecutor
          Specialized executor to set a property in a Map.
 class MethodExecutor
          Specialized executor to invoke a method on an object.
 class PropertyGetExecutor
          Specialized executor to get a property from an object.
 class PropertySetExecutor
          Specialized executor to set a property in an object.
 

Methods in org.apache.commons.jexl2.internal with parameters of type AbstractExecutor
 boolean AbstractExecutor.equals(AbstractExecutor arg)
          Indicates whether some other executor is equivalent to this one.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.