Package net.sf.jaxme.js

Interface Summary
ConditionalIndentationEngine  
DirectAccessible This interface is an abstract base for fields and similar objects.
IndentationEngine  
IndentationTarget Interface that an IndentationEngine's target must fulfill.
IndentedObject Interface of an object which is able to write itself into a given IndentationTarget.
JavaQName A qualified class name, including package name.
LocalJavaField Interface of a JavaField, which is local to a JavaMethod.
PlaceHolder Interface of a placeholder.
TextFile Interface of a text file.
 

Class Summary
AbstractJavaMethod  
ConditionalIndentationJavaSourceObject  
IncreasingTarget A filtering indentation target, which pipes all output to the actual target, except that it increases the indentation level by 1.
IndentationEngineImpl  
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.
JavaQNameImpl Accessor class for JavaQName.
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.
Parameter A parameter, as used by JavaMethod, or JavaConstructor.
Util Various static utility methods.
WriterTarget An IndentationTarget writing into a given Writer.