org.eclipse.m2m.atl.engine.asm
Class ASMInstructionWithOperand
java.lang.Object
org.eclipse.m2m.atl.engine.asm.ASMInstruction
org.eclipse.m2m.atl.engine.asm.ASMInstructionWithOperand
public class ASMInstructionWithOperand
- extends ASMInstruction
Stores an ASM
instruction with an operand.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASMInstructionWithOperand
public ASMInstructionWithOperand(java.lang.String mnemonic,
java.lang.String operand)
- Creates a new
ASMInstruction
with the given mnemonic and operand.
- Parameters:
mnemonic
- the mnemonicoperand
- the operand
getOperand
public java.lang.String getOperand()
setOperand
public void setOperand(java.lang.String operand)
toString
public java.lang.String toString()
-
- Overrides:
toString
in class ASMInstruction
- See Also:
ASMInstruction.toString()