Uses of Class
EDU.bmrb.starlibj.NameViolatesStarSyntax

Uses of NameViolatesStarSyntax in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that throw NameViolatesStarSyntax
 void BlockNode.setLabel(java.lang.String newName)
          Change my name (global_ or data_..) - generate an exception if the given name is not valid.
 void DataItemNode.setLabel(java.lang.String name)
          Sets the String tag name of this item - it's an exception if the name does not begin with an underscore.
 void DataNameNode.setValue(java.lang.String newVal)
          Sets the string name for this node.
 void DataNameNode.setLabel(java.lang.String newVal)
          Sets the string name for this node.
 void SaveFrameNode.setLabel(java.lang.String newName)
          Sets the string name of this saveframe - generates an exception if the name is invalid.
 

Constructors in EDU.bmrb.starlibj that throw NameViolatesStarSyntax
DataItemNode(DataNameNode name, DataValueNode value)
          This constructor makes a new item with the given name and value.
DataItemNode(java.lang.String name, java.lang.String value)
          This constructor makes a new item with the given name and string value, giving it the default delimiter type of DataValueNode::NON.
DataItemNode(java.lang.String name, java.lang.String value, short delim)
          Make a new item given the name and value and delimiter type.
DataNameNode(java.lang.String str)
          Constructor - all DataNameNodes must have a string value, so no provisions are made for a 'default' no-args constructor.