All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.bmrb.starlibj.TinyAbsDataValueNode

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

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


Variable Index

 o cNum
 o lNum
 o str

Constructor Index

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

Method Index

 o makeIntoDVN(LoopRowNode)

Variables

 o lNum
 public int lNum
 o cNum
 public short cNum
 o str
 public char str[]

Constructors

 o TinyAbsDataValueNode
 public TinyAbsDataValueNode(int l,
                             short c,
                             String s)
 o TinyAbsDataValueNode
 public TinyAbsDataValueNode(int l,
                             short c,
                             DataValueNode dvn)

Methods

 o makeIntoDVN
 public DataValueNode makeIntoDVN(LoopRowNode par)

All Packages  Class Hierarchy  This Package  Previous  Next  Index