类 CodeWriter
java.lang.Object
org.babyfish.jimmer.client.generator.ts.CodeWriter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明code(char c) codeIf(boolean cond, char c) voidflush()getFile()importFile(File file) importFile(File file, boolean treatAsData) protected booleanscope(org.babyfish.jimmer.client.generator.ts.CodeWriter.ScopeType type, String separator, boolean multiLines, Runnable runnable) protected abstract voidwrite()
-
构造器详细资料
-
CodeWriter
-
-
方法详细资料
-
getContext
-
getFile
-
codeIf
-
codeIf
-
code
-
code
-
importFile
-
importFile
-
type
-
separator
-
document
-
scope
public CodeWriter scope(org.babyfish.jimmer.client.generator.ts.CodeWriter.ScopeType type, String separator, boolean multiLines, Runnable runnable) -
write
protected abstract void write() -
flush
- 抛出:
IOException
-
rawImmutableAsDynamic
protected boolean rawImmutableAsDynamic()
-