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

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

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

Subclasses of AbstractExecutor.Get in org.apache.commons.jexl2.internal
 class BooleanGetExecutor
          Specialized executor to get a boolean property from an object.
 class DuckGetExecutor
          Specialized executor to get a property from an object.
 class ListGetExecutor
          Specialized executor to get a property from a List or array.
 class MapGetExecutor
          Specialized executor to get a property from a Map.
 class PropertyGetExecutor
          Specialized executor to get a property from an object.
 

Methods in org.apache.commons.jexl2.internal that return AbstractExecutor.Get
 AbstractExecutor.Get Introspector.getGetExecutor(Object obj, Object identifier)
          Return a property getter.
 



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