Uses of Class
EDU.bmrb.starlibj.BlockNode

Uses of BlockNode in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that return BlockNode
 BlockNode StarFileNode.elementAt(int index)
          Just like the Vector method of the same name.
 BlockNode StarFileNode.firstElement()
          Just like the Vector method of the same name.
 BlockNode StarFileNode.lastElement()
          Just like the Vector method of the same name.
 

Methods in EDU.bmrb.starlibj with parameters of type BlockNode
protected  void StarUnparser.writeBlockNode(BlockNode node, int indentLvl)