Modifier and Type | Field and Description |
---|---|
private ImplJSourceFile |
SourceFileWriter.classFile |
private ImplJSourceFile |
AbstractJClassDef.classFile |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImplJSourceFile> |
ImplJSources.classFiles |
Modifier and Type | Method and Description |
---|---|
(package private) ImplJSourceFile |
SourceFileWriter.getClassFile() |
(package private) ImplJSourceFile |
AbstractJClassDef.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) |