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 classA class which defines the necessary methods for generating ClassDescriptor source files.final classA 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 TypeClassDescriptionclassA abstract base class for representations of the Java Source code for a Java Class.final classDescribes the definition of a annotation type class.classA representation of the Java Source code for a Java Class.final classDescribes the definition of a enum type class.classA representation of the Java Source code for a Java inner class.final classA representation of the Java Source code for a Java Interface.Methods in org.exolab.javasource with parameters of type JStructureModifier and TypeMethodDescriptionvoidJCompUnit.addStructure(JStructure jStructure) Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.