|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.rtti.IMethod
public class IMethod
Defines a method in the RTTI.
Method Summary | |
---|---|
boolean |
equals(Object o)
We consider two methods equal if one would override the other |
String[] |
getComments(String language)
Returns the list of comments decribing this method. |
String[] |
getExceptionTypes()
Returns a list of exceptions, thrown by this method |
String |
getName()
Returns the name of the method |
INamedType[] |
getParameterTypes()
Returns a list of named types which are parameters to this method |
IType |
getReturnType()
Indicates the return type of this method |
String |
getSignature(String packageName,
Properties imports)
|
String[] |
getTemplateParameters()
Indicates the templateParameters used. |
boolean |
isConst()
Indicates if this method is const. |
boolean |
isStatic()
Indicates if this method is static. |
String |
toString()
Semi-java string representation of this method |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public String[] getComments(String language)
public boolean isStatic()
public String[] getTemplateParameters()
public IType getReturnType()
public boolean isConst()
public INamedType[] getParameterTypes()
public String[] getExceptionTypes()
public String getSignature(String packageName, Properties imports)
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |