public final class ConstructorCode extends AbstractCodeElement implements ClassBodyElement
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstructorCode.Builder |
BodyElement.Kind| Modifier and Type | Method and Description |
|---|---|
static ConstructorCode.Builder |
_private() |
static ConstructorCode.Builder |
_protected() |
static ConstructorCode.Builder |
_public() |
CodeWriter |
acceptCodeWriter(CodeWriter w) |
static ConstructorCode.Builder |
builder() |
BodyElement.Kind |
kind() |
static ConstructorCode |
privateConstructor() |
String |
toString() |
static ConstructorCode.Builder |
withSignature(ConstructorCodeElement element) |
static ConstructorCode.Builder |
withSignature(ExecutableElement element) |
equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptNewLineFormattingAction, hasKindpublic static ConstructorCode.Builder _private()
public static ConstructorCode.Builder _protected()
public static ConstructorCode.Builder _public()
public static ConstructorCode.Builder builder()
public static ConstructorCode privateConstructor()
public static ConstructorCode.Builder withSignature(ConstructorCodeElement element)
public static ConstructorCode.Builder withSignature(ExecutableElement element)
public final CodeWriter acceptCodeWriter(CodeWriter w)
acceptCodeWriter in interface CodeElementpublic final BodyElement.Kind kind()
kind in interface BodyElementpublic final String toString()
toString in class AbstractCodeElementCopyright © 2019 Objectos Software LTDA. All rights reserved.