Package | Description |
---|---|
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.label.antlr |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
protected Value |
PointerStatement.value |
Modifier and Type | Method and Description |
---|---|
Value |
Sequence.get(int index) |
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.remove(int index) |
Value |
Sequence.set(int index,
Value value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Value> |
Sequence.iterator() |
ListIterator<Value> |
Sequence.listIterator() |
ListIterator<Value> |
Sequence.listIterator(int index) |
List<Value> |
Sequence.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and 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 attribute
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sequence.addAll(Collection<? extends Value> vals) |
boolean |
Sequence.addAll(int index,
Collection<? extends Value> vals) |
Constructor and 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 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 and Description |
---|
Sequence(List<Value> values)
Constructs a sequence with the ordered value
|
Modifier and Type | Method and Description |
---|---|
Value |
ODLParser.value(Label label) |
Modifier and Type | Method and Description |
---|---|
void |
ODLParser.reportExtraTokens(List<org.antlr.runtime.Token> extraTokens,
Value value,
String idText) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.