|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Sequence.get(int index)
|
Value |
AttributeStatement.getValue()
Retrieves the value of the attribute |
Value |
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 | |
---|---|
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 | |
---|---|
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 attribute |
Method parameters in gov.nasa.pds.tools.label with type arguments of type Value | |
---|---|
boolean |
Sequence.addAll(Collection<? extends Value> vals)
|
boolean |
Sequence.addAll(int index,
Collection<? extends Value> vals)
|
Constructors in gov.nasa.pds.tools.label with parameters of type Value | |
---|---|
AttributeStatement(Label sourcelabel,
int lineNumber,
String identifier,
Value value)
|
|
AttributeStatement(Label sourcelabel,
String identifier,
Value value)
Constructs a new attribute statement with no line number |
|
CatalogPointer(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 side |
|
SpecialPointer(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 | |
---|---|
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 | |
---|---|
Value |
ODLParser.value(Label label)
|
Methods in gov.nasa.pds.tools.label.antlr with parameters of type Value | |
---|---|
void |
ODLParser.reportExtraTokens(List<org.antlr.runtime.Token> extraTokens,
Value value,
String idText)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |