All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.bmrb.starlibj.TinyRelDataValueNode

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

public class TinyRelDataValueNode
extends Object
Used internally by LoopRowNodes to store values in an efficient manner.


Variable Index

 o offset
 o str

Constructor Index

 o TinyRelDataValueNode(int, DataValueNode)
 o TinyRelDataValueNode(int, TinyAbsDataValueNode)
 o TinyRelDataValueNode(short, String)

Method Index

 o makeIntoDVN(LoopRowNode)
 o printSize()

Variables

 o offset
 public short offset
 o str
 public char str[]

Constructors

 o TinyRelDataValueNode
 public TinyRelDataValueNode(short off,
                             String s)
 o TinyRelDataValueNode
 public TinyRelDataValueNode(int parLine,
                             TinyAbsDataValueNode n)
 o TinyRelDataValueNode
 public TinyRelDataValueNode(int parLine,
                             DataValueNode dvn)

Methods

 o makeIntoDVN
 public DataValueNode makeIntoDVN(LoopRowNode par)
 o printSize
 public void printSize()

All Packages  Class Hierarchy  This Package  Previous  Next  Index