Uses of Class
org.freehep.rtti.IMethod

Uses of IMethod in org.freehep.rtti
 

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
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.