|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LoopTableNode in EDU.bmrb.starlibj |
Fields in EDU.bmrb.starlibj declared as LoopTableNode | |
protected LoopTableNode |
DataLoopNode.myVals
|
Methods in EDU.bmrb.starlibj that return LoopTableNode | |
LoopTableNode |
DataLoopNode.getVals()
return a reference to the LoopTableNode of values in me. |
LoopTableNode |
LoopRowNode.getInnerLoop()
Returns a reference to the inner loop that is under this row. |
Methods in EDU.bmrb.starlibj with parameters of type LoopTableNode | |
void |
LoopRowNode.setInnerLoop(LoopTableNode l)
Allows the user to set the inner loop under this row. |
static void |
StarParser.LoopRowNodeParse(StarParser p,
LoopTableNode tbl,
int nest)
This method parses a single row of values, presuming that the DataLoopNameListNode has already been parsed and is on the stack underneath the current position. |
protected void |
StarUnparser.writeLoopTableNode(LoopTableNode node,
int indentLvl)
|
Constructors in EDU.bmrb.starlibj with parameters of type LoopTableNode | |
DataLoopNode(DataLoopNameListNode names,
LoopTableNode table)
Constructor, given the name list and table. |
|
LoopTableNode(LoopTableNode copyMe)
copy constructor - deep copy. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |