public class Constructor extends Method
| Modifier and Type | Field and Description |
|---|---|
private boolean |
primary
Tells if this constructor is the most complete one and this the one to use for data conversions etc.
|
declaringType, implementationInfo, javaDoc, modifiers, overriddenByMethod, overridesMethod, parameters, returnType, templateName, thrownTypesannotations, clazz, declaredModifiers, nameMAX_RECURSIVE_LEVEL, NO_DETAILS_LEVEL| Constructor and Description |
|---|
Constructor(BasicClazz clazz,
Type declaringType,
Type returnType,
List<Parameter> parameters,
List<Type> thrownTypes,
String javaDoc,
boolean primary,
EnumSet<Modifier> declaredModifiers,
EnumSet<Modifier> modifiers,
List<Annotation> annotations,
ImplementationInfo implementationInfo) |
Constructor(BasicClazz clazz,
Type declaringType,
Type returnType,
List<Parameter> parameters,
List<Type> thrownTypes,
String javaDoc,
boolean primary,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations,
ImplementationInfo implementationInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<MemberParameter> |
getNonDelegateMemberParameters() |
String |
getOverloadName()
Return The name of the method with unqualified type names in parenthesis.
|
boolean |
isConstructor()
Checks if the method is a constructor method.
|
boolean |
isPrimary()
Checks if the method is the most complete creation method and thus the one to use for construction .
|
getDeclaringType, getImplementationInfo, getJavaDoc, getModifiers, getOverloadName, getOverriddenByMethod, getOverridesMethod, getPackageName, getParameters, getQualifiedName, getReturnType, getTemplateName, getThrownTypes, isDeclared, isDelegating, isFactoryMethod, isOverridden, isThisReturnType, print, setImplementationInfo, setOverriddenByMethodgetAnnotations, getClazz, getConfiguration, getDeclaredModifiers, getNameprintExtraBottom, printExtraTop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isTransientgetGeneratedClazz, getVariablesPrefix, isInDefaultPackageprivate final boolean primary
public Constructor(BasicClazz clazz, Type declaringType, Type returnType, List<Parameter> parameters, List<Type> thrownTypes, String javaDoc, boolean primary, EnumSet<Modifier> declaredModifiers, EnumSet<Modifier> modifiers, List<Annotation> annotations, ImplementationInfo implementationInfo)
public Constructor(BasicClazz clazz, Type declaringType, Type returnType, List<Parameter> parameters, List<Type> thrownTypes, String javaDoc, boolean primary, EnumSet<Modifier> declaredModifiers, List<Annotation> annotations, ImplementationInfo implementationInfo)
public boolean isConstructor()
MethodisConstructor in class Methodpublic boolean isPrimary()
Methodpublic String getOverloadName()
MethodgetOverloadName in class Methodpublic List<MemberParameter> getNonDelegateMemberParameters()
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.