gov.nasa.pds.tools.label
Class SpecialPointer

java.lang.Object
  extended by gov.nasa.pds.tools.label.Statement
      extended by gov.nasa.pds.tools.label.PointerStatement
          extended by 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: 5839 $
Author:
pramirez, jagander

Field Summary
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
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DESCRIPTION_KEY

public static String[] DESCRIPTION_KEY

STRUCTURE_KEY

public static String[] STRUCTURE_KEY

INDEX_KEY

public static String[] INDEX_KEY

CATALOG_KEY

public static String[] CATALOG_KEY
Constructor Detail

SpecialPointer

public SpecialPointer(Label sourceLabel,
                      int lineNumber,
                      DictIdentifier identifier,
                      Value value)


Copyright © 2005–2013 Planetary Data System. All rights reserved.