|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Rvalue.AbstractRvalue
com.codemesh.terp.api.Rvalue.MethodInvoker
public static class Rvalue.MethodInvoker
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Rvalue |
|---|
Rvalue.AbstractRvalue, Rvalue.FieldInvoker, Rvalue.ForMap, Rvalue.Holder, Rvalue.MethodInvoker, Rvalue.PropertyHolder<T> |
| Constructor Summary | |
|---|---|
Rvalue.MethodInvoker(java.lang.Object receiver,
java.lang.reflect.Constructor method)
|
|
Rvalue.MethodInvoker(java.lang.Object receiver,
java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get()
Returns the value referenced by the instance. |
| Methods inherited from class com.codemesh.terp.api.Rvalue.AbstractRvalue |
|---|
toLvalue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rvalue.MethodInvoker(java.lang.Object receiver,
java.lang.reflect.Constructor method)
public Rvalue.MethodInvoker(java.lang.Object receiver,
java.lang.reflect.Method method)
| Method Detail |
|---|
public java.lang.Object get()
Rvalue
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||