at.dms.classfile
Interface InstructionAccessor

All Known Implementing Classes:
AbstractInstructionAccessor

public interface InstructionAccessor

A generic accessor to an instruction


Method Summary
 InstructionAccessor transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 

Method Detail

transform

public InstructionAccessor transform(AccessorTransformer transformer,
                                     AccessorContainer container)
                              throws BadAccessorException
Transforms the accessor.
Parameters:
transformer - The transformer to be used.
container - The object which contains the accessor.