|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JConstructor
This interface represents a class constructors and contains methods which permit to retrieve all informations about it.
| Field Summary | |
|---|---|
static java.lang.String |
CLINIT
The name of the static class initializer. |
static java.lang.String |
INIT
The name of a class constructor. |
| Method Summary | |
|---|---|
java.lang.reflect.Constructor |
getNativeConstructor()
Returns the java.lang.reflect.Constructor object equivalent to this JConstructor object. |
| Methods inherited from interface fr.umlv.corosol.component.JClassMethod |
|---|
getBytecode, getDeclaringClass, getDescriptor, getExceptionTypes, getMaxLocals, getMaxStack, getModifiers, getName, getParameterTypes, invoke |
| Field Detail |
|---|
static final java.lang.String INIT
static final java.lang.String CLINIT
| Method Detail |
|---|
java.lang.reflect.Constructor getNativeConstructor()
Constructor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||