public interface JavaConstructor
| Modifier and Type | Method and Description | 
|---|---|
| int | getModifiers() | 
| String | getName() | 
| JavaClass | getOwningClass() | 
| JavaClass[] | getParameterTypes() | 
| boolean | isAbstract() | 
| boolean | isFinal() | 
| boolean | isPrivate() | 
| boolean | isProtected() | 
| boolean | isPublic() | 
| boolean | isStatic() | 
| boolean | isSynthetic() | 
int getModifiers()
String getName()
JavaClass getOwningClass()
JavaClass[] getParameterTypes()
boolean isAbstract()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.