|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndentationTarget | |
net.sf.jaxme.js |
Uses of IndentationTarget in net.sf.jaxme.js |
Classes in net.sf.jaxme.js that implement IndentationTarget | |
class |
IncreasingTarget
A filtering indentation target, which pipes all output to the actual target, except that it increases the indentation level by 1. |
class |
WriterTarget
An IndentationTarget writing into a given Writer. |
Methods in net.sf.jaxme.js with parameters of type IndentationTarget | |
void |
Parameter.write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
void |
JavaSource.write(IndentationTarget pTarget)
|
protected void |
JavaMethod.writeHeader(IndentationTarget pTarget)
Adds a header line. |
void |
JavaField.write(IndentationTarget pTarget)
Returns a string representation of this field. |
protected void |
JavaField.writeNoEol(IndentationTarget pTarget)
|
protected void |
JavaConstructor.writeHeader(IndentationTarget pTarget)
|
void |
JavaComment.write(IndentationTarget pTarget)
Returns a string representation of this comment. |
protected void |
JavaClassInitializer.writeHeader(IndentationTarget pTarget)
|
void |
IndentedObject.write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
void |
IndentationEngineImpl.write(IndentationTarget pTarget,
java.lang.Object pObject)
|
void |
IndentationEngineImpl.write(IndentationTarget pTarget)
|
void |
IndentationEngine.write(IndentationTarget pTarget)
Adds the IndentationEngine's contents to the given IndentationTarget . |
void |
IndentationEngine.write(IndentationTarget pTarget,
java.lang.Object pObject)
Adds the given objects contents to the given IndentationTarget . |
protected abstract void |
ConditionalIndentationJavaSourceObject.writeHeader(IndentationTarget pTarget)
|
void |
ConditionalIndentationJavaSourceObject.write(IndentationTarget pTarget)
|
void |
ConditionalIndentationJavaSourceObject.write(IndentationTarget pTarget,
java.lang.Object pObject)
|
void |
ConditionalIndentationJavaSourceObject.LoopVariable.write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
void |
ConditionalIndentationJavaSourceObject.LJFImpl.write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
Constructors in net.sf.jaxme.js with parameters of type IndentationTarget | |
IncreasingTarget(IndentationTarget pActualTarget)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |