|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.language.reflection.SerializableConstructor
public class SerializableConstructor
A SerializableConstructor.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser General Public License (LGPL)
, no warranty
| Constructor Summary | |
|---|---|
SerializableConstructor(java.lang.Class<?> clazz,
java.lang.Class[] parameterTypes)
constructs a new SerializableConstructor |
|
SerializableConstructor(java.lang.reflect.Constructor<?> constructor)
constructs a new SerializableConstructor |
|
| Method Summary | |
|---|---|
java.lang.reflect.Constructor<?> |
deSerialize()
deserializes the field |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializableConstructor(java.lang.reflect.Constructor<?> constructor)
constructor - The constructor
public SerializableConstructor(java.lang.Class<?> clazz,
java.lang.Class[] parameterTypes)
throws java.lang.NoSuchMethodException
clazz - the clazz this field is instance ofparameterTypes - the parameterTypes of the constructor
java.lang.NoSuchMethodException - whenever the method is not defined in clazz| Method Detail |
|---|
public java.lang.reflect.Constructor<?> deSerialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||