at.dms.classfile
Interface AccessorContainer

All Known Implementing Classes:
HandlerInfo, JumpInstruction, LineNumberInfo, LocalVariableInfo, Optimizer, Optimizer, SwitchInstruction

public interface AccessorContainer

Classes implement this interface to indicate that they contain instruction accessors.


Method Summary
 void transformAccessors(AccessorTransformer transformer)
          Transforms the accessors contained in this class.
 

Method Detail

transformAccessors

void transformAccessors(AccessorTransformer transformer)
                        throws BadAccessorException
Transforms the accessors contained in this class.

Parameters:
transformer - the transformer used to transform accessors
Throws:
BadAccessorException