Package gov.nasa.pds.tools.label
Class SpecialPointer
- java.lang.Object
-
- gov.nasa.pds.tools.label.Statement
-
- gov.nasa.pds.tools.label.PointerStatement
-
- gov.nasa.pds.tools.label.SpecialPointer
-
- All Implemented Interfaces:
Comparable<Object>
- Direct Known Subclasses:
DescriptionPointer
,IncludePointer
,IndexPointer
public abstract class SpecialPointer extends PointerStatement
- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
CATALOG_KEY
static String[]
DESCRIPTION_KEY
static String[]
INDEX_KEY
static String[]
STRUCTURE_KEY
-
Fields inherited from class gov.nasa.pds.tools.label.PointerStatement
externalReference, value
-
Fields inherited from class gov.nasa.pds.tools.label.Statement
comment, identifier, label, lineNumber, sourceFile, sourceURI
-
-
Constructor Summary
Constructors Constructor Description SpecialPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
-
Method Summary
-
Methods inherited from class gov.nasa.pds.tools.label.PointerStatement
equals, getFileRefs, getValue, hashcode, hasMultipleReferences
-
Methods inherited from class gov.nasa.pds.tools.label.Statement
attachComment, compareTo, getComment, getIdentifier, getLabel, getLineNumber, getSourceFile, getSourceString, getSourceURI, toString, validateCommentType, validateElementType, validateGroupType, validateObjectType, validatePointerType, validateType
-
-
-
-
Constructor Detail
-
SpecialPointer
public SpecialPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)
-
-