|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassType | |
|---|---|
| com.sun.codemodel | Library for generating Java source code |
| com.sun.tools.ws.processor.generator | |
| com.sun.tools.ws.processor.modeler.annotation | |
| com.sun.tools.xjc.util | |
| Uses of ClassType in com.sun.codemodel |
|---|
| Fields in com.sun.codemodel declared as ClassType | |
|---|---|
static ClassType |
ClassType.ANNOTATION_TYPE_DECL
|
static ClassType |
ClassType.CLASS
|
static ClassType |
ClassType.ENUM
|
static ClassType |
ClassType.INTERFACE
|
| Methods in com.sun.codemodel that return ClassType | |
|---|---|
ClassType |
JDefinedClass.getClassType()
|
| Methods in com.sun.codemodel with parameters of type ClassType | |
|---|---|
JDefinedClass |
JClassContainer._class(int mods,
String name,
ClassType kind)
Creates a new class/enum/interface/annotation. |
JDefinedClass |
JCodeModel._class(int mods,
String fullyqualifiedName,
ClassType t)
Creates a new generated class. |
JDefinedClass |
JDefinedClass._class(int mods,
String name,
ClassType classTypeVal)
|
JDefinedClass |
JPackage._class(int mods,
String name,
ClassType classTypeVal)
|
JDefinedClass |
JCodeModel._class(String fullyqualifiedName,
ClassType t)
Creates a new generated class. |
| Uses of ClassType in com.sun.tools.ws.processor.generator |
|---|
| Methods in com.sun.tools.ws.processor.generator with parameters of type ClassType | |
|---|---|
protected JDefinedClass |
GeneratorBase.getClass(String className,
ClassType type)
|
| Uses of ClassType in com.sun.tools.ws.processor.modeler.annotation |
|---|
| Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type ClassType | |
|---|---|
protected JDefinedClass |
WebServiceWrapperGenerator.getCMClass(String className,
ClassType type)
|
| Uses of ClassType in com.sun.tools.xjc.util |
|---|
| Methods in com.sun.tools.xjc.util with parameters of type ClassType | |
|---|---|
JDefinedClass |
CodeModelClassFactory.createClass(JClassContainer parent,
int mod,
String name,
Locator source,
ClassType kind)
|
JDefinedClass |
CodeModelClassFactory.createClass(JClassContainer parent,
String name,
Locator source,
ClassType kind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||