Uses of Class
com.sun.codemodel.JDefinedClass
Packages that use JDefinedClass
-
Uses of JDefinedClass in com.sun.codemodel
Subclasses of JDefinedClass in com.sun.codemodelModifier and TypeClassDescription(package private) class
Anonymous class quick hack.Fields in com.sun.codemodel declared as JDefinedClassModifier and TypeFieldDescriptionprivate final JDefinedClass
JClassAlreadyExistsException.existing
private JDefinedClass
JMethod.outer
private final JDefinedClass
JFieldVar.owner
private final JDefinedClass
JEnumConstant.type
The enum class.Fields in com.sun.codemodel with type parameters of type JDefinedClassModifier and TypeFieldDescriptionprivate Map
<String, JDefinedClass> JDefinedClass.classes
Nested classes as a map from name to JDefinedClass.private final Map
<String, JDefinedClass> JPackage.classes
List of classes contained within this package keyed by their name.private final Map
<String, JDefinedClass> JPackage.upperCaseClassMap
AllJClass
s in this package keyed the upper case class name.Methods in com.sun.codemodel that return JDefinedClassModifier and TypeMethodDescriptionJClassContainer._annotationTypeDeclaration
(String name) Add an annotationType Declaration to this packageJDefinedClass._annotationTypeDeclaration
(String name) Add an annotationType Declaration to this packageJPackage._annotationTypeDeclaration
(String name) Add an annotationType Declaration to this packageAdd a new class to this package/class.Deprecated.Creates a new class/enum/interface/annotation.Add a new public class to this class/package.Creates a new generated class.Creates a new generated class.Creates a new generated class.Add a new nested class to this class.Deprecated.Add a new public nested class to this class.Add a class to this package.Deprecated.Adds a public class to this package.Add a public enum to this packageAdd a public enum to this packageAdd a public enum to this packageAdd a public enum to this packageThis class extends the specifed class.Gets a reference to the already created generated class.Gets a reference to the already createdJDefinedClass
.JDefinedClass._implements
(JClass iface) This class implements the specifed interface.JDefinedClass._implements
(Class<?> iface) JClassContainer._interface
(int mods, String name) Add an interface to this class/package.JClassContainer._interface
(String name) Adds a public interface to this package.JDefinedClass._interface
(int mods, String name) Add an interface to this package.JDefinedClass._interface
(String name) Adds a public interface to this package.JPackage._interface
(int mods, String name) Add an interface to this package.JPackage._interface
(String name) Adds a public interface to this package.JCodeModel.anonymousClass
(JClass baseType) Creates a new anonymous class.JCodeModel.anonymousClass
(Class<?> baseType) JClassAlreadyExistsException.getExistingClass()
Gets a reference to the existingJDefinedClass
.JCodeModel.newAnonymousClass
(JClass baseType) Deprecated.The naming convention doesn't match the rest of the CodeModel.Methods in com.sun.codemodel that return types with arguments of type JDefinedClassModifier and TypeMethodDescriptionJClassContainer.classes()
Returns an iterator that walks the nested classes defined in this class.final Iterator
<JDefinedClass> JDefinedClass.classes()
Returns an iterator that walks the nested classes defined in this class.JPackage.classes()
Returns an iterator that walks the top-level classes defined in this package.private Map
<String, JDefinedClass> JDefinedClass.getClasses()
Methods in com.sun.codemodel with parameters of type JDefinedClassModifier and TypeMethodDescriptionboolean
JFormatter.ReferenceList.collisions
(JDefinedClass enclosingClass) Returns true if the symbol represented by the short name is "importable".(package private) void
JFormatter.write
(JDefinedClass c) Generates the whole source code out of the specified class.Constructors in com.sun.codemodel with parameters of type JDefinedClassModifierConstructorDescriptionJClassAlreadyExistsException
(JDefinedClass _existing) (package private)
JEnumConstant
(JDefinedClass type, String name) (package private)
JFieldVar
(JDefinedClass owner, JMods mods, JType type, String name, JExpression init) JFieldVar constructor(package private)
JMethod
(int mods, JDefinedClass _class) Constructor constructor(package private)
JMethod
(JDefinedClass outer, int mods, JType type, String name) JMethod constructor -
Uses of JDefinedClass in com.sun.codemodel.ac
Fields in com.sun.codemodel.ac with type parameters of type JDefinedClassModifier and TypeFieldDescriptionprivate final Map
<Class, JDefinedClass> ACTask.queue
Map from annotation classes to their writers.
JClassContainer._class(int, String, ClassType)