Uses of Class
org.openfdl.core.FrameAttrNode

Uses of FrameAttrNode in org.openfdl.core
 

Fields in org.openfdl.core declared as FrameAttrNode
private  FrameAttrNode FrameAttrNode.next
           
 

Methods in org.openfdl.core that return FrameAttrNode
 FrameAttrNode FrameAttrNode.appendAttrNode(FrameAttrNode node)
          This methods sets the next field to the parameter value given, thereby adding it on to the linked list we are creating.
 FrameAttrNode FrameAttrNode.appendAttrNode(int attrType, int slotNum, java.lang.String attrName, java.lang.String params, java.lang.String varType)
          Appends a new FrameAttrNode to this node.
 FrameAttrNode FrameAttrNode.getNext()
           
 

Methods in org.openfdl.core with parameters of type FrameAttrNode
 FrameAttrNode FrameAttrNode.appendAttrNode(FrameAttrNode node)
          This methods sets the next field to the parameter value given, thereby adding it on to the linked list we are creating.