Uses of Class
org.jboss.jdeparser.ImplJSourceFile
-
Uses of ImplJSourceFile in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as ImplJSourceFileModifier and TypeFieldDescriptionprivate final ImplJSourceFile
AbstractJClassDef.classFile
private ImplJSourceFile
SourceFileWriter.classFile
Fields in org.jboss.jdeparser with type parameters of type ImplJSourceFileMethods in org.jboss.jdeparser that return ImplJSourceFileModifier and TypeMethodDescription(package private) ImplJSourceFile
AbstractJClassDef.getClassFile()
(package private) ImplJSourceFile
SourceFileWriter.getClassFile()
Methods in org.jboss.jdeparser with parameters of type ImplJSourceFileModifier and TypeMethodDescription(package private) void
SourceFileWriter.setClassFile
(ImplJSourceFile classFile) Constructors in org.jboss.jdeparser with parameters of type ImplJSourceFileModifierConstructorDescription(package private)
AbstractJClassDef
(int mods, ImplJSourceFile classFile, String name) (package private)
AnnotationJClassDef
(int mods, ImplJSourceFile classFile, String name) (package private)
EnumJClassDef
(int mods, ImplJSourceFile classFile, String name) (package private)
InterfaceJClassDef
(int mods, ImplJSourceFile classFile, String name) (package private)
PlainJClassDef
(int mods, ImplJSourceFile classFile, String name)