public interface ConstructorInfo extends AnnotatedInfo, MemberInfo
ABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC
Modifier and Type | Method and Description |
---|---|
ClassInfo[] |
getExceptionTypes()
Get the exception types
|
ParameterInfo[] |
getParameters()
Get the parameters
|
TypeInfo[] |
getParameterTypes()
Get the parameter types
|
Object |
newInstance(Object[] args)
Create a new instance
|
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent
getDeclaringClass
getModifiers, isPublic, isStatic, isVolatile
TypeInfo[] getParameterTypes()
ParameterInfo[] getParameters()
ClassInfo[] getExceptionTypes()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.