Package 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
Stores an
ASM
instruction with an operand.-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.engine.asm.ASMInstruction
mnemonic
-
Constructor Summary
ConstructorDescriptionASMInstructionWithOperand
(String mnemonic, String operand) Creates a newASMInstruction
with the given mnemonic and operand. -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.engine.asm.ASMInstruction
getMnemonic
-
Constructor Details
-
ASMInstructionWithOperand
Creates a newASMInstruction
with the given mnemonic and operand.- Parameters:
mnemonic
- the mnemonicoperand
- the operand
-
-
Method Details
-
getOperand
-
setOperand
-
toString
- Overrides:
toString
in classASMInstruction
- See Also:
-