class Constructor extends Member
Modifier and Type | Field and Description |
---|---|
(package private) Constructor |
constructor
Internal representation of this constructor.
|
Constructor and Description |
---|
Constructor(Constructor constructor)
Construct a Constructor from its internal representation.
|
Modifier and Type | Method and Description |
---|---|
Type |
declaringType()
Return the type declaring this constructor.
|
protected Member |
member()
Return the member's internal representation.
|
String |
toDescriptor()
Return the JVM descriptor for this constructor.
|
isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, name
Constructor constructor
public Constructor(Constructor constructor)
constructor
- a Java constructor in the relection API.public String toDescriptor()
public Type declaringType()
declaringType
in class Member