EDU.bmrb.starlibj
Class TinyAbsDataValueNode

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

public class TinyAbsDataValueNode
extends java.lang.Object

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


Field Summary
 short cNum
           
 int lNum
           
 char[] str
           
 
Constructor Summary
TinyAbsDataValueNode(int l, short c, DataValueNode dvn)
           
TinyAbsDataValueNode(int l, short c, java.lang.String s)
           
 
Method Summary
 DataValueNode makeIntoDVN(LoopRowNode par)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lNum

public int lNum

cNum

public short cNum

str

public char[] str
Constructor Detail

TinyAbsDataValueNode

public TinyAbsDataValueNode(int l,
                            short c,
                            java.lang.String s)

TinyAbsDataValueNode

public TinyAbsDataValueNode(int l,
                            short c,
                            DataValueNode dvn)
Method Detail

makeIntoDVN

public DataValueNode makeIntoDVN(LoopRowNode par)