nl.tudelft.simulation.dsol.interpreter.operations
Class NEW.UninitializedInstance
java.lang.Object
nl.tudelft.simulation.dsol.interpreter.operations.NEW.UninitializedInstance
- Enclosing class:
- NEW
public static class NEW.UninitializedInstance
- extends Object
holder class for "to-be-constructed" instances
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW.UninitializedInstance
public NEW.UninitializedInstance(Class instanceClass)
- constructs a new UninitializedInstance
- Parameters:
instanceClass
- the class of which an instance must be made
getInstanceClass
public Class getInstanceClass()
- Returns:
- return the instanceClass
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.