aspoev.interpreter.base
Class RValue

java.lang.Object
  extended byaspoev.interpreter.base.Element
      extended byaspoev.interpreter.base.StatementElement
          extended byaspoev.interpreter.base.RValue
All Implemented Interfaces:
java.lang.Cloneable, aspoev.Executable, pJ.jasmine.PRI, java.io.Serializable

public abstract class RValue
extends StatementElement
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
 
Fields inherited from class aspoev.interpreter.base.Element
parent
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
RValue()
           
 
Methods inherited from class aspoev.interpreter.base.StatementElement
executeElement
 
Methods inherited from class aspoev.interpreter.base.Element
clone, execute, getChildrenByType, getCodeString, getRValue, persist, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RValue

public RValue()