terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Class Rvalue.MethodInvoker

java.lang.Object
  extended by com.codemesh.terp.api.Rvalue.AbstractRvalue
      extended by com.codemesh.terp.api.Rvalue.MethodInvoker
All Implemented Interfaces:
Rvalue
Enclosing interface:
Rvalue

public static class Rvalue.MethodInvoker
extends Rvalue.AbstractRvalue


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

Rvalue.MethodInvoker

public Rvalue.MethodInvoker(java.lang.Object receiver,
                            java.lang.reflect.Constructor method)

Rvalue.MethodInvoker

public Rvalue.MethodInvoker(java.lang.Object receiver,
                            java.lang.reflect.Method method)
Method Detail

get

public java.lang.Object get()
Description copied from interface: Rvalue
Returns the value referenced by the instance.

Returns:
the dereferenced value.

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.