|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.AbstractInstructionAccessor
This class provides default implementations for the InstructionAccessor interface. The resolution of the accessor is left to the transformer, which must in turn have knowledge of and access to the accessor to be transformed.
Constructor Summary | |
AbstractInstructionAccessor()
|
Method Summary | |
InstructionAccessor |
transform(AccessorTransformer transformer,
AccessorContainer container)
Transforms the accessor. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AbstractInstructionAccessor()
Method Detail |
public InstructionAccessor transform(AccessorTransformer transformer, AccessorContainer container) throws BadAccessorException
transform
in interface InstructionAccessor
transformer
- The transformer to be used.container
- The object which contains the accessor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |