|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HConstructor
An HConstructor provides information about a single
constructor for a class.
HMethod,
HMember,
HClass| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface harpoon.ClassFile.HMember |
|---|
HMember.MemberComparator |
| Field Summary | |
|---|---|
static ArrayFactory<HConstructor> |
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, getGenericParameterTypes, getGenericReturnType, getModifiers, getMutator, getParameterNames, getParameterTypes, getReturnType, getTypeParameters, isInterfaceMethod, isStatic, isSynthetic |
| Methods inherited from interface harpoon.ClassFile.HMember |
|---|
compareTo |
| Field Detail |
|---|
static final ArrayFactory<HConstructor> arrayFactory
HConstructor[].
| Method Detail |
|---|
String getName()
<init>".
getName in interface HMembergetName in interface HMethodint hashCode()
hashCode in interface HMemberhashCode in class ObjectString 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 HMethodtoString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||