com.jeffpalm.basic.util
Interface IDumpable

All Known Subinterfaces:
IAttribute, IClassFile, ICode, ICodeAttribute, IConstantPool, IExceptionTableEntry, IField, IFieldOrMethod, ILineNumberTableAttribute, IMethod, IMutableClassFile, IMutableCode, IMutableField, IMutableFieldOrMethod, IMutableLineNumberTableAttribute, IMutableMethod, ISourceFileAttribute
All Known Implementing Classes:
ClassFileImpl, Code, CodeAttribute, ConstantPoolImpl, ExceptionTableEntry, FieldImpl, LineNumberTableAttribute, MethodImpl, SourceFileAttribute

public interface IDumpable


Method Summary
 void dump(IAppendable out)
           
 

Method Detail

dump

void dump(IAppendable out)