Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJSourceFile |
Modifier and Type | Method and Description |
---|---|
JSourceFile |
JSourceFile._import(java.lang.Class<?> type)
Add a type import to this source file.
|
JSourceFile |
ImplJSourceFile._import(java.lang.Class<?> type) |
JSourceFile |
JSourceFile._import(JType type)
Add a type import to this source file.
|
JSourceFile |
ImplJSourceFile._import(JType type) |
JSourceFile |
JSourceFile._import(java.lang.String type)
Add a type import to this source file.
|
JSourceFile |
ImplJSourceFile._import(java.lang.String type) |
JSourceFile |
JSourceFile.blankLine()
Add a blank line to this source file.
|
JSourceFile |
ImplJSourceFile.blankLine() |
JSourceFile |
JSources.createSourceFile(java.lang.String packageName,
java.lang.String fileName)
Create a source file.
|
JSourceFile |
ImplJSources.createSourceFile(java.lang.String packageName,
java.lang.String fileName) |
JSourceFile |
JSourceFile.importStatic(java.lang.Class<?> type,
java.lang.String member)
Add a static member import to this source file.
|
JSourceFile |
ImplJSourceFile.importStatic(java.lang.Class<?> type,
java.lang.String member) |
JSourceFile |
JSourceFile.importStatic(JType type,
java.lang.String member)
Add a static member import to this source file.
|
JSourceFile |
ImplJSourceFile.importStatic(JType type,
java.lang.String member) |
JSourceFile |
JSourceFile.importStatic(java.lang.String type,
java.lang.String member)
Add a static member import to this source file.
|
JSourceFile |
ImplJSourceFile.importStatic(java.lang.String type,
java.lang.String member) |