Uses of Package
com.sun.codemodel

Classes in com.sun.codemodel used by com.sun.codemodel
CodeWriter
          Receives generated code and writes to the appropriate storage.
JArray
          JArray creation and initialization
JArrayCompRef
          JArray component reference
JAssignmentTarget
          Marker interface for code components that can be placed to the left of '=' in an assignment.
JBlock
          A block of Java code.
JCase
          Case statement
JCast
          JMethod invocation
JCatchBlock
          Catch block for a try/catch/finally statement
JClass
          A Java class.
JClassAlreadyExistsException
          Indicates that the class is already created.
JClassContainer
          The common aspec of a package and a class.
JCodeModel
          Root of the code DOM.
JConditional
          If statement, with optional else clause
JDeclaration
          Common interface for code components that can generate declarations of themselves.
JDefinedClass
          A generated Java class.
JDocComment
          JavaDoc comment.
JDoLoop
          Do loops
JExpression
          Common interface for code components that can generate uses of themselves as expressions.
JExpressionImpl
          Provides default implementations for JExpression.
JFieldRef
          Field Reference
JFieldVar
          A field that can have a JDocComment associated with it
JForLoop
          For statement
JFormatter
          This is a utility class for managing indentation and other basic formatting for PrintWriter.
JInvocation
          JMethod invocation
JLabel
          Label that can be used for continue and break
JMethod
          Java method
JMods
          Modifier groups.
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 statement
JTryBlock
          Try statement with Catch and/or Finally clause
JType
          JType constants and type factories.
JVar
          Variables and fields.
JWhileLoop
          While statement
JXDoclet
          XDoclet.