|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.dsol.interpreter.classfile.ClassDescriptor
public class ClassDescriptor
A ClassDescriptor
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
| Method Summary | |
|---|---|
static ClassDescriptor |
get(Class clazz)
returns the classDescriptor of this class |
Constant[] |
getConstantPool()
returns the constantpool of a classfile |
MethodDescriptor |
getMethod(AccessibleObject method)
returns the methodDescriptor of the method. |
MethodDescriptor[] |
getMethods()
returns the methods of this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClassDescriptor get(Class clazz)
throws IOException,
ClassNotFoundException
clazz - the class the clazz to parse
IOException - on IO exception
ClassNotFoundException - if clazz cannot be foundpublic MethodDescriptor getMethod(AccessibleObject method)
method - the method to resolve.
public Constant[] getConstantPool()
public MethodDescriptor[] getMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||