Package org.eclipse.m2m.atl.engine.asm
Class ASMInstruction
java.lang.Object
org.eclipse.m2m.atl.engine.asm.ASMInstruction
- Direct Known Subclasses:
ASMInstructionWithOperand
Stores an
ASM
instruction.-
Field Summary
-
Constructor Summary
ConstructorDescriptionASMInstruction
(String mnemonic) Creates a newASMInstruction
with the given mnemonic. -
Method Summary
-
Field Details
-
mnemonic
-
-
Constructor Details
-
ASMInstruction
Creates a newASMInstruction
with the given mnemonic.- Parameters:
mnemonic
- the mnemonic
-
-
Method Details