Uses of Class
EDU.bmrb.starlibj.WrongElementType

Uses of WrongElementType in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that throw WrongElementType
 void BlockNode.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void BlockNode.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void BlockNode.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.
 void LoopNameListNode.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void LoopNameListNode.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void LoopNameListNode.insertElementAt(java.lang.Object obj, int index, DataValueNode val)
          Identical to the version above, except that the value to be padded into the loop values is chosen by the caller instead of being a dot ('.')
 void LoopNameListNode.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.
 void LoopNameListNode.addElement(java.lang.Object obj, DataValueNode val)
          Just like the Vector method of the same name.
 void SaveFrameNode.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void SaveFrameNode.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void SaveFrameNode.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.
 void StarFileNode.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void StarFileNode.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void StarFileNode.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.
 void StarVectorLike.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void StarVectorLike.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void StarVectorLike.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.
 void VectorCheckType.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void VectorCheckType.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void VectorCheckType.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.