public interface JavaConstructor
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
java.lang.String |
getName() |
JavaClass |
getOwningClass() |
JavaClass[] |
getParameterTypes() |
boolean |
isAbstract() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
int getModifiers()
java.lang.String getName()
JavaClass getOwningClass()
JavaClass[] getParameterTypes()
boolean isAbstract()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()