|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VelMethod | |
|---|---|
| org.apache.commons.jexl.util.introspection | |
| Uses of VelMethod in org.apache.commons.jexl.util.introspection |
|---|
| Classes in org.apache.commons.jexl.util.introspection that implement VelMethod | |
|---|---|
class |
UberspectImpl.VelMethodImpl
An implementation of VelMethod. |
| Fields in org.apache.commons.jexl.util.introspection declared as VelMethod | |
|---|---|
protected VelMethod |
UberspectImpl.VelSetterImpl.vm
the method to call. |
| Methods in org.apache.commons.jexl.util.introspection that return VelMethod | |
|---|---|
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 ). |
| Constructors in org.apache.commons.jexl.util.introspection with parameters of type VelMethod | |
|---|---|
UberspectImpl.VelSetterImpl(VelMethod velmethod)
Create an instance. |
|
UberspectImpl.VelSetterImpl(VelMethod velmethod,
java.lang.String key)
Create an instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||