Uses of Class
gov.nasa.pds.tools.label.Statement

Packages that use Statement
gov.nasa.pds.tools.label   
gov.nasa.pds.tools.label.antlr   
 

Uses of Statement in gov.nasa.pds.tools.label
 

Subclasses of Statement in gov.nasa.pds.tools.label
 class AttributeStatement
          This class represents an attribute assignment in a PDS label file.
 class CatalogPointer
          This class represents a pointer to a catalog file.
 class CommentStatement
           
 class DataLocationPointer
          This class represents a data location pointer which typically points to the data that the label is describing.
 class DescriptionPointer
          This class represents a description pointer that references an external file of additional documentation of special use to human readers.
 class GroupStatement
           
 class IncludePointer
          This class represents a pointer that is a set of external statements that can and should be included in label containing this statement when performing validation.
 class ObjectStatement
           
 class PointerStatement
          This class is the object representation of a pointer statement in a label.
 

Methods in gov.nasa.pds.tools.label with parameters of type Statement
 void ObjectStatement.addStatement(Statement statement)
          Associates a statement with this object
 void Label.addStatement(Statement statement)
          Associates a statement with this label
 void GroupStatement.addStatement(Statement statement)
           
 

Uses of Statement in gov.nasa.pds.tools.label.antlr
 

Methods in gov.nasa.pds.tools.label.antlr that return Statement
 Statement ODLParser.simple_statement()
           
 Statement ODLParser.statement()
           
 



Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.