Uses of Package
com.sun.codemodel
-
Packages that use com.sun.codemodel Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.fmt Various resource file formats (classes that implementJResourceFile
).com.sun.codemodel.util com.sun.codemodel.writer com.sun.tools.txw2 com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.com.sun.tools.txw2.model com.sun.tools.txw2.model.prop com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.generator.annotation.spec com.sun.tools.xjc.generator.bean com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes.com.sun.tools.xjc.generator.util com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.model.nav Compile-time representation of Java type system.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information.com.sun.tools.xjc.reader.relaxng com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.com.sun.tools.xjc.util -
Classes in com.sun.codemodel used by com.sun.codemodel Class Description ClassType This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or EnumCodeWriter Receives generated code and writes to the appropriate storage.JAnnotatable Annotatable program elements.JAnnotationArrayMember Represents an arrays as annotation membersJAnnotationUse Represents an annotation on a program element.JAnnotationValue Things that can be values of an annotation element.JAnnotationWriter Base interface for typed annotation writer.JArray array creation and initialization.JAssignmentTarget Marker interface for code components that can be placed to the left of '=' in an assignment.JBlock A block of Java code, which may contain statements and local declarations.JCase Case statementJCatchBlock Catch block for a try/catch/finally statementJClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JClassAlreadyExistsException Indicates that the class is already created.JClassContainer The common aspect of a package and a class.JCodeModel Root of the code DOM.JCommentPart A part is a part of a javadoc comment, and it is a list of values.JConditional If statement, with optional else clauseJDeclaration Common interface for code components that can generate declarations of themselves.JDefinedClass A generated Java class/interface/enum/....JDocComment JavaDoc comment.JDocCommentable Program elements that can have JavadocJDoLoop Do loopsJEnumConstant Enum Constant.JExpression A Java expression.JExpressionImpl Provides default implementations forJExpression
.JFieldRef Field ReferenceJFieldVar A field that can have aJDocComment
associated with itJForEach ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.JForLoop For statementJFormatter This is a utility class for managing indentation and other basic formatting for PrintWriter.JGenerable Common interface for code components that can generate uses of themselves.JGenerifiable Declarations that can have type variables.JInvocation JMethod invocationJLabel Label that can be used for continue and break.JMethod Java method.JMods Modifier groups.JModule Represents a Java module.JModuleDirective Represents a Java module directive.JModuleDirective.Type Module directive type.JNullType Special class object that represents the type of "null".JPackage A Java package.JPrimitiveType Java built-in primitive types.JResourceFile Represents a resource file in the application-specific file format.JStatement Common interface for code components that can generate uses of themselves as statements.JSwitch Switch statementJTryBlock Try statement with Catch and/or Finally clauseJType A representation of a type in codeModel.JTypeVar Type variable used to declare generics.JVar Variables and fields.JWhileLoop While statement -
Classes in com.sun.codemodel used by com.sun.codemodel.fmt Class Description JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JPackage A Java package.JResourceFile Represents a resource file in the application-specific file format. -
Classes in com.sun.codemodel used by com.sun.codemodel.util Class Description JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type. -
Classes in com.sun.codemodel used by com.sun.codemodel.writer Class Description CodeWriter Receives generated code and writes to the appropriate storage.JPackage A Java package. -
Classes in com.sun.codemodel used by com.sun.tools.txw2 Class Description JCodeModel Root of the code DOM.JPackage A Java package. -
Classes in com.sun.codemodel used by com.sun.tools.txw2.builder.relaxng Class Description JCodeModel Root of the code DOM.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.txw2.model Class Description JDefinedClass A generated Java class/interface/enum/....JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.txw2.model.prop Class Description JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc Class Description CodeWriter Receives generated code and writes to the appropriate storage.JCodeModel Root of the code DOM. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.api Class Description JAnnotatable Annotatable program elements.JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JCodeModel Root of the code DOM.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.api.impl.s2j Class Description JCodeModel Root of the code DOM.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.annotation.spec Class Description JAnnotationWriter Base interface for typed annotation writer.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.bean Class Description JAnnotatable Annotatable program elements.JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JClassContainer The common aspect of a package and a class.JCodeModel Root of the code DOM.JDefinedClass A generated Java class/interface/enum/....JDocComment JavaDoc comment.JMethod Java method.JPackage A Java package.JType A representation of a type in codeModel.JVar Variables and fields. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.bean.field Class Description JAnnotatable Annotatable program elements.JBlock A block of Java code, which may contain statements and local declarations.JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JCodeModel Root of the code DOM.JExpression A Java expression.JFieldVar A field that can have aJDocComment
associated with itJPrimitiveType Java built-in primitive types.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.util Class Description JBlock A block of Java code, which may contain statements and local declarations.JCodeModel Root of the code DOM.JExpression A Java expression. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.model Class Description JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JCodeModel Root of the code DOM.JExpression A Java expression.JPackage A Java package.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.model.nav Class Description JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.outline Class Description JBlock A block of Java code, which may contain statements and local declarations.JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JClassContainer The common aspect of a package and a class.JCodeModel Root of the code DOM.JDefinedClass A generated Java class/interface/enum/....JEnumConstant Enum Constant.JExpression A Java expression.JPackage A Java package.JType A representation of a type in codeModel.JVar Variables and fields. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.reader Class Description JCodeModel Root of the code DOM.JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.dtd.bindinfo Class Description JClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JPackage A Java package. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.relaxng Class Description JCodeModel Root of the code DOM. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.xmlschema Class Description JCodeModel Root of the code DOM.JPackage A Java package. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.xmlschema.bindinfo Class Description JDefinedClass A generated Java class/interface/enum/....JType A representation of a type in codeModel. -
Classes in com.sun.codemodel used by com.sun.tools.xjc.util Class Description ClassType This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or EnumJClassContainer The common aspect of a package and a class.JDefinedClass A generated Java class/interface/enum/....