Package | Description |
---|---|
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.label.antlr | |
gov.nasa.pds.tools.object.io |
Modifier and Type | Class and Description |
---|---|
class |
CatalogPointer |
class |
DescriptionPointer |
class |
IncludePointer |
class |
IndexPointer |
class |
SpecialPointer |
class |
StructurePointer |
Modifier and Type | Method and Description |
---|---|
PointerStatement |
ObjectStatement.getPointer(DictIdentifier id)
Retrieves the named pointer
|
static PointerStatement |
PointerStatementFactory.newInstance(Label sourceLabel,
int line,
String identifier,
Value value) |
Modifier and Type | Method and Description |
---|---|
List<PointerStatement> |
ObjectStatement.getPointers()
Retrieves pointers associated with this object
|
List<PointerStatement> |
Label.getPointers()
Retrieves pointers associated with this label
|
Modifier and Type | Method and Description |
---|---|
Map<Numeric,File> |
StandardPathResolver.resolveFileMap(PointerStatement pointer) |
Map<Numeric,File> |
PointerResolver.resolveFileMap(PointerStatement pointer) |
Map<Numeric,File> |
ManualPathResolver.resolveFileMap(PointerStatement pointer) |
List<File> |
StandardPathResolver.resolveFiles(PointerStatement pointer) |
List<File> |
PointerResolver.resolveFiles(PointerStatement pointer) |
List<File> |
ManualPathResolver.resolveFiles(PointerStatement pointer) |
Map<Numeric,URI> |
StandardPathResolver.resolveURIMap(PointerStatement pointer) |
Map<Numeric,URI> |
PointerResolver.resolveURIMap(PointerStatement pointer) |
Map<Numeric,URI> |
ManualPathResolver.resolveURIMap(PointerStatement pointer) |
List<URI> |
StandardPathResolver.resolveURIs(PointerStatement pointer) |
List<URI> |
PointerResolver.resolveURIs(PointerStatement pointer) |
List<URI> |
ManualPathResolver.resolveURIs(PointerStatement pointer) |
Modifier and Type | Method and Description |
---|---|
PointerStatement |
ODLParser.pointer_statement(Label label) |
Constructor and Description |
---|
DataObjectInputStream(PointerStatement pointer) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.