| Modifier and Type | Field and Description |
|---|---|
private ImplJSourceFile |
AbstractJClassDef.classFile |
private ImplJSourceFile |
SourceFileWriter.classFile |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ImplJSourceFile> |
ImplJSources.classFiles |
| Modifier and Type | Method and Description |
|---|---|
(package private) ImplJSourceFile |
AbstractJClassDef.getClassFile() |
(package private) ImplJSourceFile |
SourceFileWriter.getClassFile() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SourceFileWriter.setClassFile(ImplJSourceFile classFile) |
| Constructor and Description |
|---|
AbstractJClassDef(int mods,
ImplJSourceFile classFile,
java.lang.String name) |
AnnotationJClassDef(int mods,
ImplJSourceFile classFile,
java.lang.String name) |
EnumJClassDef(int mods,
ImplJSourceFile classFile,
java.lang.String name) |
InterfaceJClassDef(int mods,
ImplJSourceFile classFile,
java.lang.String name) |
PlainJClassDef(int mods,
ImplJSourceFile classFile,
java.lang.String name) |