| 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(Object obj,
String method,
Object[] args,
Info info)
Returns a general method, corresponding to $foo.bar( $woogie )
|
VelMethod |
UberspectImpl.getMethod(Object obj,
String methodName,
Object[] args,
Info i)
Returns a general method, corresponding to $foo.bar( $woogie )
|
| Constructor and Description |
|---|
VelSetterImpl(VelMethod velmethod)
Create an instance.
|
VelSetterImpl(VelMethod velmethod,
String key)
Create an instance.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.