public abstract class GCJInstantiatorBase extends java.lang.Object implements ObjectInstantiator
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class |
type |
| Constructor and Description |
|---|
GCJInstantiatorBase(java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
newInstance()
Returns a new instance of an object.
|
public abstract java.lang.Object newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator