|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.classinfo.TreeConstructorInfo
The instances of this class provides informations about class constructors not yet compiled to JVM bytecode.
Constructor Summary | |
TreeConstructorInfo(ConstructorDeclaration f,
ClassFinder cf,
ClassInfo dc)
Creates a new class info |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one |
ConstructorDeclaration |
getConstructorDeclaration()
Returns the constructor declaration |
ClassInfo[] |
getExceptionTypes()
Returns an array of Class infos that represent the types of the exceptions declared to be thrown by the underlying constructor |
int |
getModifiers()
Returns the modifiers for the constructor represented by this object |
ClassInfo[] |
getParameterTypes()
Returns an array of class infos that represent the parameter types, in declaration order, of the constructor represented by this object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeConstructorInfo(ConstructorDeclaration f, ClassFinder cf, ClassInfo dc)
f
- the constructor treecf
- the class finderdc
- the declaring classMethod Detail |
public ConstructorDeclaration getConstructorDeclaration()
public int getModifiers()
getModifiers
in interface ConstructorInfo
public ClassInfo[] getParameterTypes()
getParameterTypes
in interface ConstructorInfo
public ClassInfo[] getExceptionTypes()
getExceptionTypes
in interface ConstructorInfo
public boolean equals(java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |