public abstract class GCJInstantiatorBase extends java.lang.Object implements ObjectInstantiator
Modifier and Type | Field and Description |
---|---|
protected static java.io.ObjectInputStream |
dummyStream |
protected static java.lang.reflect.Method |
newObjectMethod |
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.
|
protected static java.lang.reflect.Method newObjectMethod
protected static java.io.ObjectInputStream dummyStream
protected final java.lang.Class type
public abstract java.lang.Object newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator
Copyright © 2006-2012 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.