public class ReflectionConstructorStructure extends ReflectionAbstractStructure implements MethodStructure
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.Constructor |
con |
Constructor and Description |
---|
ReflectionConstructorStructure(java.lang.reflect.Constructor con) |
Modifier and Type | Method and Description |
---|---|
ClassStructure[] |
getExceptions() |
java.lang.String |
getName() |
ClassStructure[] |
getParameterTypes() |
ClassStructure |
getReturnType() |
convertClasses
public ReflectionConstructorStructure(java.lang.reflect.Constructor con)
public java.lang.String getName()
getName
in interface MethodStructure
public ClassStructure getReturnType()
getReturnType
in interface MethodStructure
public ClassStructure[] getParameterTypes()
getParameterTypes
in interface MethodStructure
public ClassStructure[] getExceptions()
getExceptions
in interface MethodStructure