rasmus.interpreter
Class RVariablePartImpl

java.lang.Object
  extended by rasmus.interpreter.RVariablePartImpl
All Implemented Interfaces:
RVariablePart
Direct Known Subclasses:
RDouble, RList

public abstract class RVariablePartImpl
extends java.lang.Object
implements RVariablePart


Field Summary
 RVariable variable
           
 
Constructor Summary
RVariablePartImpl()
           
 
Method Summary
 RVariable getVariable()
           
 void init(RVariable variable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rasmus.interpreter.RVariablePart
add, clear, remove
 

Field Detail

variable

public RVariable variable
Constructor Detail

RVariablePartImpl

public RVariablePartImpl()
Method Detail

getVariable

public RVariable getVariable()
Specified by:
getVariable in interface RVariablePart

init

public void init(RVariable variable)
Specified by:
init in interface RVariablePart