|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.rtti.IConstructor
public class IConstructor
Defines a constructor in the RTTI.
Method Summary | |
---|---|
String[] |
getComments(String language)
Returns the list of comments describing this constructor |
String[] |
getExceptionTypes()
Returns the list of exceptions, thrown by this constructor |
String |
getName()
Returns the name of the constructor |
INamedType[] |
getParameterTypes()
Returns the list of named types, which are parameters of this constructor |
String |
getSignature(String packageName,
Properties imports)
|
String |
toString()
Semi-java string representation of this constructor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public String[] getComments(String language)
public INamedType[] getParameterTypes()
public String[] getExceptionTypes()
public String getSignature(String packageName, Properties imports)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |