public final class InterfaceCode extends AbstractCodeElement
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceCode.Builder |
BodyElement.Kind| Modifier and Type | Method and Description |
|---|---|
static InterfaceCode.Builder |
_interface(String simpleName) |
CodeWriter |
acceptCodeWriter(CodeWriter w) |
static InterfaceCode.Builder |
builder() |
BodyElement.Kind |
kind() |
String |
simpleName() |
JavaFile |
toJavaFile(PackageName packageName) |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptNewLineFormattingAction, hasKindpublic static InterfaceCode.Builder _interface(String simpleName)
public static InterfaceCode.Builder builder()
public final CodeWriter acceptCodeWriter(CodeWriter w)
public final String simpleName()
public final BodyElement.Kind kind()
kind in interface BodyElementpublic final JavaFile toJavaFile(PackageName packageName)
Copyright © 2019 Objectos Software LTDA. All rights reserved.