gov.nasa.pds.tools.label
Class PointerStatementFactory

java.lang.Object
  extended by gov.nasa.pds.tools.label.PointerStatementFactory

public class PointerStatementFactory
extends Object

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

Version:
$Revision: 5750 $
Author:
pramirez, jagander

Constructor Summary
PointerStatementFactory()
           
 
Method Summary
static PointerStatement newInstance(Label sourceLabel, int line, 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(Label sourceLabel,
                                           int line,
                                           String identifier,
                                           Value value)


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