edu.arizona.cs.mbel.instructions
Class VolatilePrefixInstruction
java.lang.Object
edu.arizona.cs.mbel.instructions.Instruction
edu.arizona.cs.mbel.instructions.VolatilePrefixInstruction
- Direct Known Subclasses:
- LDSFLD, STSFLD, UnalignedPrefixInstruction
- public abstract class VolatilePrefixInstruction
- extends Instruction
To be extended by instructions that may have a .volatile prefix before them.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VOLATILE
public static final int VOLATILE
- See Also:
- Constant Field Values
VolatilePrefixInstruction
protected VolatilePrefixInstruction(boolean has,
int op,
int[] opcodes)
throws InstructionInitException
hasVolatilePrefix
public boolean hasVolatilePrefix()
setVolatilePrefix
protected void setVolatilePrefix(boolean has)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Instruction