Package | Description |
---|---|
org.apache.commons.jexl.util.introspection |
Modifier and Type | Class and Description |
---|---|
class |
UberspectImpl.VelMethodImpl
An implementation of
VelMethod . |
Modifier and Type | Field and Description |
---|---|
protected VelMethod |
UberspectImpl.VelSetterImpl.vm
the method to call.
|
Modifier and Type | Method and Description |
---|---|
VelMethod |
Uberspect.getMethod(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args,
Info info)
Returns a general method, corresponding to $foo.bar( $woogie )
|
VelMethod |
UberspectImpl.getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
Info i)
Returns a general method, corresponding to $foo.bar( $woogie )
|
Constructor and Description |
---|
UberspectImpl.VelSetterImpl(VelMethod velmethod)
Create an instance.
|
UberspectImpl.VelSetterImpl(VelMethod velmethod,
java.lang.String key)
Create an instance.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.