Methods in org.freehep.rtti that return IMethod |
IMethod |
RTTI.createMethod(String name,
Vector comments,
boolean isStatic,
IType returnType,
boolean isConst,
Vector parameterTypes,
Vector exceptionTypes)
Creates a method. |
IMethod |
RTTI.createMethod(String name,
Vector comments,
boolean isStatic,
Vector templateParameters,
IType returnType,
boolean isConst,
Vector parameterTypes,
Vector exceptionTypes)
Creates a method. |
IMethod[] |
IClass.getMethods()
Returns the list of methods (including static ones) defined in this class |