Uses of Interface
org.jboss.jdeparser.JClassDef
-
Uses of JClassDef in org.jboss.jdeparser
Subinterfaces of JClassDef in org.jboss.jdeparserClasses in org.jboss.jdeparser that implement JClassDefModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.jboss.jdeparser that return JClassDefModifier and TypeMethodDescriptionfinal JClassDef
AbstractJClassDef._class
(ArrayList<ClassContent> content, int mods, String name) Insert a local class definition at this point.Add a nested class to this type.Add a class definition to this source file.Sectionable._class
(ArrayList<ClassContent> content, int mods, String name) final JClassDef
AbstractJClassDef._enum
(ArrayList<ClassContent> content, int mods, String name) Add a nested enum to this type.Add an enum definition to this source file.Sectionable._enum
(ArrayList<ClassContent> content, int mods, String name) Add anextends
type to this type.Add anextends
type to this type.Add anextends
type to this type.AbstractJClassDef._implements
(Class<?>... classes) AbstractJClassDef._implements
(String... names) AbstractJClassDef._implements
(JType... types) AnnotationJClassDef._implements
(Class<?>... classes) AnnotationJClassDef._implements
(String... names) AnnotationJClassDef._implements
(JType... types) ImplJAnonymousClassDef._implements
(Class<?>... classes) ImplJAnonymousClassDef._implements
(String... names) ImplJAnonymousClassDef._implements
(JType... types) JClassDef._implements
(Class<?>... clazz) Add one or moreimplements
type(s) to this type.JClassDef._implements
(String... name) Add one or moreimplements
type(s) to this type.JClassDef._implements
(JType... type) Add one or moreimplements
type(s) to this type.final JClassDef
AbstractJClassDef._interface
(int mods, String name) AbstractJClassDef._interface
(ArrayList<ClassContent> content, int mods, String name) ImplJAnonymousClassDef._interface
(int mods, String name) ImplJSourceFile._interface
(int mods, String name) JClassDefSection._interface
(int mods, String name) Add a nested interface to this type.JClassDefSectionImpl._interface
(int mods, String name) JSourceFile._interface
(int mods, String name) Add an interface definition to this source file.Sectionable._interface
(ArrayList<ClassContent> content, int mods, String name) final JClassDef
AbstractJClassDef.annotationInterface
(int mods, String name) AbstractJClassDef.annotationInterface
(ArrayList<ClassContent> content, int mods, String name) ImplJAnonymousClassDef.annotationInterface
(int mods, String name) ImplJSourceFile.annotationInterface
(int mods, String name) JClassDefSection.annotationInterface
(int mods, String name) Add a nested annotation interface to this type.JClassDefSectionImpl.annotationInterface
(int mods, String name) JSourceFile.annotationInterface
(int mods, String name) Add an annotation interface definition to this source file.Sectionable.annotationInterface
(ArrayList<ClassContent> content, int mods, String name) AbstractJClassDef.blankLine()
ImplJAnonymousClassDef.blankLine()
JClassDef.blankLine()
Add a blank line at this point of the type.ImplJEnumConstant.body()
JEnumConstant.body()
Add an implementation body to this enum constant.Methods in org.jboss.jdeparser with parameters of type JClassDef