Uses of Interface
gov.nasa.pds.tools.label.Value

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

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

Classes in gov.nasa.pds.tools.label that implement Value
 class DateTime
           
 class Numeric
          This class represents a numeric scalar.
 class Scalar
          This class represents a Scalar which can be assigned to an attribute or be a part of a Set or Sequence.
 class Sequence
          This class implements the List interface to hide its backing.
 class Set
          This class implements the Collection interface to hide its backing.
 class Symbol
           
 class TextString
           
 

Fields in gov.nasa.pds.tools.label declared as Value
protected  Value PointerStatement.value
           
 

Methods in gov.nasa.pds.tools.label that return Value
 Value PointerStatement.getValue()
          Returns the value portion (right hand side) of the statement.
 Value AttributeStatement.getValue()
          Retrieves the value of the attribute
 Value Sequence.getValue(int index)
           
 Value Sequence.set(int index, Value value)
           
 

Methods in gov.nasa.pds.tools.label with parameters of type Value
static PointerStatement PointerStatementFactory.newInstance(int line, java.lang.String identifier, Value value)
           
 Value Sequence.set(int index, Value value)
           
 void AttributeStatement.setValue(Value value)
          Sets the value for this attribute
 

Constructors in gov.nasa.pds.tools.label with parameters of type Value
AttributeStatement(int lineNumber, java.lang.String identifier, Value value)
           
AttributeStatement(java.lang.String identifier, Value value)
          Constructs a new attribute statement with no line number
ExternalPointer(int pointerType, int lineNumber, java.lang.String identifier, Value value)
          Constructs a pointer statment that references an external file.
IncludePointer(int lineNumber, java.lang.String identifier, Value value)
          Constructs a pointer that can be resolved to a set of statements.
PointerStatement(int pointerType, int lineNumber, java.lang.String identifier, Value value)
          Constructs a pointer with a value on the right hand side
PointerStatement(java.lang.String identifier, Value value)
          Constructs a pointer with an unknown line number.
 

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

Methods in gov.nasa.pds.tools.label.antlr that return Value
 Value ODLParser.value()
           
 



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