Uses of Package
org.exolab.javasource

Packages that use org.exolab.javasource
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.builder.conflict.strategy   
org.exolab.castor.builder.conflictresolution   
org.exolab.castor.builder.descriptors   
org.exolab.castor.builder.factory   
org.exolab.castor.builder.info   
org.exolab.castor.builder.printing   
org.exolab.castor.builder.types   
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Classes in org.exolab.javasource used by org.exolab.castor.builder
JClass
          A representation of the Java Source code for a Java Class.
JEnum
          Describes the definition of a enum type class.
JEnumConstant
          Describes the definition of a enum constant.
JField
          A class which holds information about a field.
JMethod
          A class which holds information about the methods of a JClass.
JType
          Represents a primitive or class type.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.conflict.strategy
JClass
          A representation of the Java Source code for a Java Class.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.conflictresolution
JClass
          A representation of the Java Source code for a Java Class.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.descriptors
AbstractJClass
          A abstract base class for representations of the Java Source code for a Java Class.
JAnnotatedElement
          Defines methods for manipulating annotations held against various program code elements, such as classes, fields, methods etc.
JClass
          A representation of the Java Source code for a Java Class.
JStructure
          This class represents the basic Java "structure" for a Java source file.
JType
          Represents a primitive or class type.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.factory
JClass
          A representation of the Java Source code for a Java Class.
JMethod
          A class which holds information about the methods of a JClass.
JSourceCode
          A class for holding in-memory Java source code.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.info
JClass
          A representation of the Java Source code for a Java Class.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.printing
JAnnotation
          JAnnotation represents a single annotation against a code element.
JClass
          A representation of the Java Source code for a Java Class.
 

Classes in org.exolab.javasource used by org.exolab.castor.builder.types
JClass
          A representation of the Java Source code for a Java Class.
JSourceCode
          A class for holding in-memory Java source code.
JType
          Represents a primitive or class type.
 

Classes in org.exolab.javasource used by org.exolab.javasource
AbstractJClass
          A abstract base class for representations of the Java Source code for a Java Class.
AbstractJField
          A (abstract) base class which holds information about fields.
JAnnotatedElement
          Defines methods for manipulating annotations held against various program code elements, such as classes, fields, methods etc.
JAnnotatedElementHelper
          Implements JAnnotatedElement interface on behalf of other classes in this package that implement this interface.
JAnnotation
          JAnnotation represents a single annotation against a code element.
JAnnotationType
          Describes the definition of a annotation type class.
JAnnotationTypeElement
          Holds information about a given annotation type element.
JClass
          A representation of the Java Source code for a Java Class.
JCodeStatement
          Represents a line of code, used by JSourceCode class.
JComment
          A class that represents a Java comment.
JComponentizedType
          JType sub-class for componentized types, such as array as collections.
JConstant
          A class which holds information about a constant.
JConstructor
          A class for handling source code for a constructor of a JClass.
JDocComment
          A class that "SOMEWHAT" represents a JavaDoc Comment.
JDocDescriptor
          A descriptor for a JavaDoc comment.
JEnumConstant
          Describes the definition of a enum constant.
JField
          A class which holds information about a field.
JInterface
          A representation of the Java Source code for a Java Interface.
JMember
          An interface which represents a Member of a JClass, modelled closely after the Java Reflection API.
JMethod
          A class which holds information about the methods of a JClass.
JMethodSignature
          A class which holds information about the signature of a JMethod.
JModifiers
          Represents the set of modifiers for a Method or Member variable.
JParameter
          Represents a parameter to a JMethod.
JPrimitiveType
          JType sub-class for java primitives.
JSourceCode
          A class for holding in-memory Java source code.
JSourceWriter
          The writer used by the javasource classes.
JStructure
          This class represents the basic Java "structure" for a Java source file.
JType
          Represents a primitive or class type.
JTypeName
          Represents a class name.
 



Copyright © 2012. All Rights Reserved.