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 classDateTimeclassNumericThis class represents a numeric scalar.classScalarThis class represents a Scalar which can be assigned to an attribute or be a part of a Set or Sequence.classSequenceThis class implements the List interface to hide its backing.classSetThis class implements the Collection interface to hide its backing.classSymbolclassTextStringFields in gov.nasa.pds.tools.label declared as Value Modifier and Type Field Description protected ValuePointerStatement. valueMethods in gov.nasa.pds.tools.label that return Value Modifier and Type Method Description ValueSequence. get(int index)ValueAttributeStatement. getValue()Retrieves the value of the attributeValuePointerStatement. getValue()Returns the value portion (right hand side) of the statement.ValueSequence. getValue(int index)ValueSequence. remove(int index)ValueSequence. 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 voidSequence. add(int index, Value object)booleanSequence. add(Value object)static PointerStatementPointerStatementFactory. newInstance(Label sourceLabel, int line, String identifier, Value value)ValueSequence. set(int index, Value value)voidAttributeStatement. 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 booleanSequence. addAll(int index, Collection<? extends Value> vals)booleanSequence. 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 ValueODLParser. value(Label label)Methods in gov.nasa.pds.tools.label.antlr with parameters of type Value Modifier and Type Method Description voidODLParser. reportExtraTokens(List<org.antlr.runtime.Token> extraTokens, Value value, String idText)
-