|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.sun.codemodel used by com.sun.codemodel | |
|---|---|
| ClassType
This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum |
|
| CodeWriter
Receives generated code and writes to the appropriate storage. |
|
| JAnnotatable
Annotatable program elements. |
|
| JAnnotationArrayMember
Represents an arrays as annotation members |
|
| JAnnotationUse
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 statement |
|
| JCatchBlock
Catch block for a try/catch/finally statement |
|
| JClass
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 clause |
|
| JDeclaration
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 Javadoc |
|
| JDoLoop
Do loops |
|
| JEnumConstant
Enum Constant. |
|
| JExpression
A Java expression. |
|
| JExpressionImpl
Provides default implementations for JExpression. |
|
| JFieldRef
Field Reference |
|
| JFieldVar
A field that can have a JDocComment associated with it |
|
| JForEach
ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s. |
|
| JForLoop
For statement |
|
| JFormatter
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 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
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 | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| CodeWriter
Receives generated code and writes to the appropriate storage. |
|
| JPackage
A Java package. |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.api | |
|---|---|
| JMethod
Java method. |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.api.wsdl | |
|---|---|
| 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.tools.ws.processor.generator | |
|---|---|
| ClassType
This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum |
|
| JClassAlreadyExistsException
Indicates that the class is already created. |
|
| JCodeModel
Root of the code DOM. |
|
| JDefinedClass
A generated Java class/interface/enum/.... |
|
| JMethod
Java method. |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.processor.model | |
|---|---|
| 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.tools.ws.processor.model.jaxb | |
|---|---|
| JAnnotatable
Annotatable program elements. |
|
| JType
A representation of a type in codeModel. |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.processor.modeler.annotation | |
|---|---|
| ClassType
This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum |
|
| JDefinedClass
A generated Java class/interface/enum/.... |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.wscompile | |
|---|---|
| CodeWriter
Receives generated code and writes to the appropriate storage. |
|
| JCodeModel
Root of the code DOM. |
|
| JPackage
A Java package. |
|
| Classes in com.sun.codemodel used by com.sun.tools.ws.wsdl.document | |
|---|---|
| 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.tools.xjc | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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.util | |
|---|---|
| CodeWriter
Receives generated code and writes to the appropriate storage. |
|
| Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.annotation.spec | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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. |
|
| JExpression
A Java expression. |
|
| JType
A representation of a type in codeModel. |
|
| Classes in com.sun.codemodel used by com.sun.tools.xjc.generator.util | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| 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 | |
|---|---|
| JCodeModel
Root of the code DOM. |
|
| Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.xmlschema | |
|---|---|
| JCodeModel
Root of the code DOM. |
|
| JPackage
A Java package. |
|
| Classes in com.sun.codemodel used by com.sun.tools.xjc.reader.xmlschema.bindinfo | |
|---|---|
| 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 | |
|---|---|
| ClassType
This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum |
|
| JClassContainer
The common aspect of a package and a class. |
|
| JDefinedClass
A generated Java class/interface/enum/.... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||