Package gov.nasa.pds.tools.label
Class PointerStatementFactory
- java.lang.Object
-
- 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$
- Author:
- pramirez, jagander
-
-
Constructor Summary
Constructors Constructor Description PointerStatementFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PointerStatement
newInstance(Label sourceLabel, int line, String identifier, Value value)
-
-
-
Method Detail
-
newInstance
public static PointerStatement newInstance(Label sourceLabel, int line, String identifier, Value value)
-
-