Uses of Package
net.sf.jaxme.js

Packages that use net.sf.jaxme.js
net.sf.jaxme.js   
net.sf.jaxme.js.impl   
net.sf.jaxme.js.junit   
net.sf.jaxme.js.pattern The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework.  
 

Classes in net.sf.jaxme.js used by net.sf.jaxme.js
AbstractJavaMethod
           
ConditionalIndentationEngine
           
ConditionalIndentationJavaSourceObject
           
DirectAccessible
          This interface is an abstract base for fields and similar objects.
IndentationEngine
           
IndentationEngineImpl
           
IndentationTarget
          Interface that an IndentationEngine's target must fulfill.
IndentedObject
          Interface of an object which is able to write itself into a given IndentationTarget.
JavaClassInitializer
          Implements a Java class constructor.
JavaComment
          A class representing a Java comment.
JavaConstructor
          An implementation of a Java constructor.
JavaField
          Implements a field that a java class or interface may have.
JavaInnerClass
          Implements an inner class.
JavaMethod
          Implements a Java method.
JavaQName
          A qualified class name, including package name.
JavaSource
          A class representing a Java source file.
JavaSource.Protection
           
JavaSource.Type
           
JavaSourceFactory
          Factory for generating JavaSource objects.
JavaSourceObject
          This class implements a generic JavaSource object.
LocalJavaField
          Interface of a JavaField, which is local to a JavaMethod.
Parameter
          A parameter, as used by JavaMethod, or JavaConstructor.
PlaceHolder
          Interface of a placeholder.
TextFile
          Interface of a text file.
 

Classes in net.sf.jaxme.js used by net.sf.jaxme.js.impl
IndentationEngine
           
IndentationEngineImpl
           
TextFile
          Interface of a text file.
 

Classes in net.sf.jaxme.js used by net.sf.jaxme.js.junit
JavaSource
          A class representing a Java source file.
JavaSource.Protection
           
 

Classes in net.sf.jaxme.js used by net.sf.jaxme.js.pattern
DirectAccessible
          This interface is an abstract base for fields and similar objects.
JavaConstructor
          An implementation of a Java constructor.
JavaField
          Implements a field that a java class or interface may have.
JavaInnerClass
          Implements an inner class.
JavaMethod
          Implements a Java method.
JavaQName
          A qualified class name, including package name.
JavaSource
          A class representing a Java source file.
JavaSourceFactory
          Factory for generating JavaSource objects.
LocalJavaField
          Interface of a JavaField, which is local to a JavaMethod.