|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An HConstructor
provides information about a single
constructor for a class.
HMethod
,
HMember
,
HClass
Nested Class Summary |
Nested classes inherited from class harpoon.ClassFile.HMember |
HMember.MemberComparator |
Field Summary | |
static ArrayFactory |
arrayFactory
Array factory: returns new HConstructor[] . |
Fields inherited from interface harpoon.ClassFile.HMember |
memberComparator |
Method Summary | |
String |
getName()
Returns the name of this constructor, as a string. |
int |
hashCode()
Returns a hashcode for this Constructor. |
String |
toString()
Return a string describing this Constructor. |
Methods inherited from interface harpoon.ClassFile.HMethod |
equals, getDeclaringClass, getDescriptor, getExceptionTypes, getModifiers, getMutator, getParameterNames, getParameterTypes, getReturnType, isInterfaceMethod, isStatic, isSynthetic |
Methods inherited from interface harpoon.ClassFile.HMember |
compareTo |
Field Detail |
public static final ArrayFactory arrayFactory
HConstructor[]
.
Method Detail |
public String getName()
<init>
".
getName
in interface HMethod
public int hashCode()
hashCode
in interface HMember
hashCode
in class Object
public String toString()
public java.util.Hashtable(int,float)
The only possible modifiers for constructors are the access modifiers
public
, protected
, or private
.
Only one of these may appear, or none if the constructor has default
(package
) access.
toString
in interface HMethod
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |