Uses of Class
org.exolab.javasource.JStructure

Packages that use JStructure
org.exolab.castor.builder.descriptors   
org.exolab.javasource 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.descriptors
 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.
 

Uses of JStructure in org.exolab.javasource
 

Subclasses of JStructure in org.exolab.javasource
 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.
 

Methods in org.exolab.javasource with parameters of type JStructure
 void JCompUnit.addStructure(JStructure jStructure)
          Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.
 



Copyright © 2012. All Rights Reserved.