EDU.bmrb.starlibj
Class TinyRelDataValueNode

java.lang.Object
  |
  +--EDU.bmrb.starlibj.TinyRelDataValueNode

public class TinyRelDataValueNode
extends java.lang.Object

Used internally by LoopRowNodes to store values in an efficient manner.


Field Summary
 short offset
           
 char[] str
           
 
Constructor Summary
TinyRelDataValueNode(int parLine, DataValueNode dvn)
           
TinyRelDataValueNode(int parLine, TinyAbsDataValueNode n)
           
TinyRelDataValueNode(short off, java.lang.String s)
           
 
Method Summary
 DataValueNode makeIntoDVN(LoopRowNode par)
           
 void printSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public short offset

str

public char[] str
Constructor Detail

TinyRelDataValueNode

public TinyRelDataValueNode(short off,
                            java.lang.String s)

TinyRelDataValueNode

public TinyRelDataValueNode(int parLine,
                            TinyAbsDataValueNode n)

TinyRelDataValueNode

public TinyRelDataValueNode(int parLine,
                            DataValueNode dvn)
Method Detail

makeIntoDVN

public DataValueNode makeIntoDVN(LoopRowNode par)

printSize

public void printSize()