gov.nasa.pds.tools.label
Class PointerStatementFactory

java.lang.Object
  extended by gov.nasa.pds.tools.label.PointerStatementFactory
All Implemented Interfaces:
PointerType

public class PointerStatementFactory
extends java.lang.Object
implements PointerType

This class hides the construction of pointers. It helps determine the exact type of pointer and contstructs it. If modifications need to be made to this behavior it will be hidden here.

Version:
$Revision$
Author:
pramirez

Field Summary
 
Fields inherited from interface gov.nasa.pds.tools.label.PointerType
DATA_LOCATION, DESCRIPTION, DESCRIPTION_NAMES, INCLUDE, INCLUDE_NAMES, UNDEFINED
 
Constructor Summary
PointerStatementFactory()
           
 
Method Summary
static PointerStatement newInstance(int line, java.lang.String identifier, Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerStatementFactory

public PointerStatementFactory()
Method Detail

newInstance

public static PointerStatement newInstance(int line,
                                           java.lang.String identifier,
                                           Value value)
                                    throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException


Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.