static ConstructorCode.Builder |
ConstructorCode._private() |
ConstructorCode.Builder |
ConstructorCode.Builder._private() |
static ConstructorCode.Builder |
ConstructorCode._protected() |
ConstructorCode.Builder |
ConstructorCode.Builder._protected() |
static ConstructorCode.Builder |
ConstructorCode._public() |
ConstructorCode.Builder |
ConstructorCode.Builder._public() |
ConstructorCode.Builder |
ConstructorCode.Builder.body(BlockStatement... statements) |
ConstructorCode.Builder |
ConstructorCode.Builder.body(Iterable<? extends BlockStatement> statements) |
static ConstructorCode.Builder |
ConstructorCode.builder() |
ConstructorCode.Builder |
ConstructorCode.Builder.withParameter(Class<?> type,
String name) |
ConstructorCode.Builder |
ConstructorCode.Builder.withParameter(ParameterCode parameter) |
ConstructorCode.Builder |
ConstructorCode.Builder.withParameter(TypeName typeName,
String name) |
ConstructorCode.Builder |
ConstructorCode.Builder.withParameters(Iterable<ParameterCode> parameters) |
ConstructorCode.Builder |
ConstructorCode.Builder.withParametersFrom(ConstructorCodeElement element) |
static ConstructorCode.Builder |
ConstructorCode.withSignature(ConstructorCodeElement element) |
ConstructorCode.Builder |
ConstructorCode.Builder.withSignature(ConstructorCodeElement element) |
static ConstructorCode.Builder |
ConstructorCode.withSignature(ExecutableElement element) |
ConstructorCode.Builder |
ConstructorCode.Builder.withSignature(ExecutableElement element) |