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