public final class ConstructorDeclarationBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ConstructorParamExpressionBuilder |
callSuperConstructor() |
ConstructorBuilder |
callSuperConstructorNoParam() |
ConstructorDeclarationBuilder |
param(Type type,
String name)
declares a parameter
|
public ConstructorDeclarationBuilder param(Type type, String name)
type - the type of the parametername - the name of the parameterpublic ConstructorParamExpressionBuilder callSuperConstructor()
public ConstructorBuilder callSuperConstructorNoParam()
Copyright © 2014. All Rights Reserved.