Uses of Interface
gov.nasa.pds.tools.label.Value
-
Packages that use Value Package Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected Value
PointerStatement. value
Methods in gov.nasa.pds.tools.label that return Value Modifier and Type Method Description Value
Sequence. get(int index)
Value
AttributeStatement. getValue()
Retrieves the value of the attributeValue
PointerStatement. getValue()
Returns the value portion (right hand side) of the statement.Value
Sequence. getValue(int index)
Value
Sequence. remove(int index)
Value
Sequence. set(int index, Value value)
Methods in gov.nasa.pds.tools.label that return types with arguments of type Value Modifier and Type Method Description Iterator<Value>
Sequence. iterator()
ListIterator<Value>
Sequence. listIterator()
ListIterator<Value>
Sequence. listIterator(int index)
List<Value>
Sequence. subList(int fromIndex, int toIndex)
Methods in gov.nasa.pds.tools.label with parameters of type Value Modifier and Type Method Description void
Sequence. add(int index, Value object)
boolean
Sequence. add(Value object)
static PointerStatement
PointerStatementFactory. newInstance(Label sourceLabel, int line, String identifier, Value value)
Value
Sequence. set(int index, Value value)
void
AttributeStatement. setValue(Value value)
Sets the value for this attributeMethod parameters in gov.nasa.pds.tools.label with type arguments of type Value Modifier and Type Method Description boolean
Sequence. addAll(int index, Collection<? extends Value> vals)
boolean
Sequence. addAll(Collection<? extends Value> vals)
Constructors in gov.nasa.pds.tools.label with parameters of type Value Constructor Description AttributeStatement(Label sourcelabel, int lineNumber, String identifier, Value value)
AttributeStatement(Label sourcelabel, String identifier, Value value)
Constructs a new attribute statement with no line numberCatalogPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
DescriptionPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
IncludePointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
IndexPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
PointerStatement(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
Constructs a pointer with a value on the right hand sideSpecialPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
StructurePointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
Constructor parameters in gov.nasa.pds.tools.label with type arguments of type Value Constructor Description Sequence(List<Value> values)
Constructs a sequence with the ordered value -
Uses of Value in gov.nasa.pds.tools.label.antlr
Methods in gov.nasa.pds.tools.label.antlr that return Value Modifier and Type Method Description Value
ODLParser. value(Label label)
Methods in gov.nasa.pds.tools.label.antlr with parameters of type Value Modifier and Type Method Description void
ODLParser. reportExtraTokens(List<org.antlr.runtime.Token> extraTokens, Value value, String idText)
-