Package | Description |
---|---|
org.exolab.castor.builder.descriptors | |
org.exolab.javasource |
This package contains classes that represent Java Source objects for Castor XML
code generator.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptorJClass
A class which defines the necessary methods for generating ClassDescriptor
source files.
|
class |
JDODescriptorJClass
A class which defines the necessary methods for creating the JDO-specific
descriptor source files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJClass
A abstract base class for representations of the Java Source code for a Java Class.
|
class |
JAnnotationType
Describes the definition of a annotation type class.
|
class |
JClass
A representation of the Java Source code for a Java Class.
|
class |
JEnum
Describes the definition of a enum type class.
|
class |
JInnerClass
A representation of the Java Source code for a Java inner class.
|
class |
JInterface
A representation of the Java Source code for a Java Interface.
|
Modifier and Type | Method and Description |
---|---|
void |
JCompUnit.addStructure(JStructure jStructure)
Adds the given JStructure (either a JInterface or a JClass) to this
JCompUnit.
|
Copyright © 2022. All rights reserved.