T - public abstract class AbstractCodeWriter<T extends AbstractCodeWriter<T>> extends java.lang.Object implements java.lang.Appendable, CodeWriter
| Constructor and Description |
|---|
AbstractCodeWriter(java.lang.Appendable appendable,
int spaces) |
| Modifier and Type | Method and Description |
|---|---|
T |
append(char c) |
T |
append(java.lang.CharSequence csq) |
T |
append(java.lang.CharSequence csq,
int start,
int end) |
T |
beginLine(java.lang.String... segments) |
protected T |
goIn() |
protected T |
goOut() |
T |
line(java.lang.String... segments) |
T |
nl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotation, annotation, beginClass, beginClass, beginConstructor, beginConstructor, beginInterface, beginPublicMethod, beginPublicMethod, beginStaticMethod, beginStaticMethod, end, field, getClassConstant, getGenericName, getRawName, importClasses, importPackages, imports, imports, javadoc, packageDecl, privateField, privateFinal, privateFinal, privateStaticFinal, protectedField, protectedFinal, protectedFinal, publicField, publicField, publicFinal, publicFinal, publicStaticFinal, staticimports, suppressWarnings, suppressWarningspublic AbstractCodeWriter(java.lang.Appendable appendable,
int spaces)
public T append(char c) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic T append(java.lang.CharSequence csq) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic T append(java.lang.CharSequence csq, int start, int end) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic T beginLine(java.lang.String... segments) throws java.io.IOException
beginLine in interface CodeWriterjava.io.IOExceptionprotected T goIn()
protected T goOut()
public T line(java.lang.String... segments) throws java.io.IOException
line in interface CodeWriterjava.io.IOExceptionpublic T nl() throws java.io.IOException
nl in interface CodeWriterjava.io.IOExceptionCopyright © 2010–2021 Querydsl. All rights reserved.