terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Class Nvalue.AbstractNvalue

java.lang.Object
  extended by com.codemesh.terp.api.Nvalue.AbstractNvalue
All Implemented Interfaces:
Lvalue, Nvalue
Enclosing interface:
Nvalue

public abstract static class Nvalue.AbstractNvalue
extends java.lang.Object
implements Nvalue


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.codemesh.terp.api.Nvalue
Nvalue.AbstractNvalue
 
Nested classes/interfaces inherited from interface com.codemesh.terp.api.Lvalue
Lvalue.AbstractLvalue, Lvalue.FieldInvoker, Lvalue.ForMap, Lvalue.MethodInvoker
 
Constructor Summary
Nvalue.AbstractNvalue()
           
 
Method Summary
 java.lang.Object append(java.lang.Object diff)
           
 Nvalue toNvalue()
          Returns an Nvalue for the same datum that is represented by this Lvalue.
 Rvalue toRvalue()
          Returns an Rvalue for the same datum that is represented by this Lvalue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.codemesh.terp.api.Nvalue
get, postchange, prechange
 
Methods inherited from interface com.codemesh.terp.api.Lvalue
set
 

Constructor Detail

Nvalue.AbstractNvalue

public Nvalue.AbstractNvalue()
Method Detail

append

public java.lang.Object append(java.lang.Object diff)
Specified by:
append in interface Nvalue

toNvalue

public Nvalue toNvalue()
Description copied from interface: Lvalue
Returns an Nvalue for the same datum that is represented by this Lvalue.

Specified by:
toNvalue in interface Lvalue
Returns:
an Nvalue ot null.

toRvalue

public Rvalue toRvalue()
Description copied from interface: Lvalue
Returns an Rvalue for the same datum that is represented by this Lvalue.

Specified by:
toRvalue in interface Lvalue
Returns:
an Rvalue or null if there is no corresponding Rvalue.

terp - the Codemesh Modular
Template Interpreter v1.3.309

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