public class DelegateConstructor extends Constructor
| Modifier and Type | Field and Description |
|---|---|
private Constructor |
delegateConstructor |
declaringType, implementationInfo, javaDoc, modifiers, overriddenByMethod, overridesMethod, parameters, returnType, templateName, thrownTypesannotations, clazz, declaredModifiers, nameMAX_RECURSIVE_LEVEL, NO_DETAILS_LEVEL| Constructor and Description |
|---|
DelegateConstructor(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 delegateMethod) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getDelegateConstructor() |
List<DelegateParameter> |
getDelegateParameters() |
boolean |
isConstructor()
Checks if the method is a constructor method.
|
boolean |
isDelegating() |
getNonDelegateMemberParameters, getOverloadName, isPrimarygetDeclaringType, getImplementationInfo, getJavaDoc, getModifiers, getOverloadName, getOverriddenByMethod, getOverridesMethod, getPackageName, getParameters, getQualifiedName, getReturnType, getTemplateName, getThrownTypes, isDeclared, 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 Constructor delegateConstructor
public DelegateConstructor(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 delegateMethod)
public Constructor getDelegateConstructor()
public List<DelegateParameter> getDelegateParameters()
public boolean isConstructor()
MethodisConstructor in class Constructorpublic boolean isDelegating()
isDelegating in class Method
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.