org.apache.ws.jaxme.js

Interface IndentedObject

Known Subinterfaces:
LocalJavaField
Known Implementing Classes:
ConditionalIndentationJavaSourceObject.LJFImpl, ConditionalIndentationJavaSourceObject.LoopVariable, Parameter, TypedValueImpl

public interface IndentedObject

Interface of an object which is able to write itself into a given IndentationTarget. using methods of the given IndentationEngine.
Author:
Jochen Wiedmann

Method Summary

void
write(IndentationEngine pEngine, IndentationTarget pTarget)

Method Details

write

public void write(IndentationEngine pEngine,
                  IndentationTarget pTarget)
            throws IOException