|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.language.reflection.SerializableMethod
public class SerializableMethod
A SerializableMethod.
(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 | |
|---|---|
SerializableMethod(java.lang.Class clazz,
java.lang.String methodName,
java.lang.Class[] parameterTypes)
constructs a new SerializableMethod |
|
SerializableMethod(java.lang.reflect.Method method)
constructs a new SerializableMethod |
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
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 SerializableMethod(java.lang.reflect.Method method)
method - the method
public SerializableMethod(java.lang.Class clazz,
java.lang.String methodName,
java.lang.Class[] parameterTypes)
throws java.lang.NoSuchMethodException
clazz - the clazz this field is instance ofmethodName - the name of the methodparameterTypes - The parameterTypes of the method
java.lang.NoSuchMethodException - whenever the method is not defined in clazz| Method Detail |
|---|
public java.lang.reflect.Method deSerialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||