|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractInstructionAccessor()
| Method Detail |
public InstructionAccessor transform(AccessorTransformer transformer,
AccessorContainer container)
throws BadAccessorException
transform in interface InstructionAccessortransformer - the transformer to be usedcontainer - the object which contains the accessor
BadAccessorException
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||