Package | Description |
---|---|
com.fortyoneconcepts.valjogen.model |
This package contains an indenpendent intermediate representation that is used by string templates when generating output.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateConstructor
Meta-information about a constructor method that calls another constructor
|
Modifier and Type | Field and Description |
---|---|
private Constructor |
DelegateConstructor.delegateConstructor |
Modifier and Type | Method and Description |
---|---|
Constructor |
DelegateConstructor.getDelegateConstructor() |
Modifier and Type | Method and Description |
---|---|
List<Constructor> |
Clazz.getClaimedImplementationConstructors() |
List<Constructor> |
ObjectType.getConstructors() |
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) |
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.