|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.classfile.AbstractInstructionAccessor
public abstract class 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 | |
---|---|
Object |
deepClone()
Returns a deep clone of this object. |
protected void |
deepCloneInto(AbstractInstructionAccessor other)
Clones all fields of this into |
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 InstructionAccessor
transformer
- the transformer to be usedcontainer
- the object which contains the accessor
BadAccessorException
public Object deepClone()
protected void deepCloneInto(AbstractInstructionAccessor other)
other
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |