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