Uses of Class
org.exolab.javasource.JStructure
Packages that use JStructure
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JStructure in org.exolab.castor.builder.descriptors
Subclasses of JStructure in org.exolab.castor.builder.descriptorsModifier and TypeClassDescriptionfinal class
A class which defines the necessary methods for generating ClassDescriptor source files.final class
A class which defines the necessary methods for creating the JDO-specific descriptor source files. -
Uses of JStructure in org.exolab.javasource
Subclasses of JStructure in org.exolab.javasourceModifier and TypeClassDescriptionclass
A abstract base class for representations of the Java Source code for a Java Class.final class
Describes the definition of a annotation type class.class
A representation of the Java Source code for a Java Class.final class
Describes the definition of a enum type class.class
A representation of the Java Source code for a Java inner class.final class
A representation of the Java Source code for a Java Interface.Methods in org.exolab.javasource with parameters of type JStructureModifier and TypeMethodDescriptionvoid
JCompUnit.addStructure
(JStructure jStructure) Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.