org.eclipse.m2m.atl.engine.asm
Class ASMInstructionWithOperand

java.lang.Object
  extended by org.eclipse.m2m.atl.engine.asm.ASMInstruction
      extended by org.eclipse.m2m.atl.engine.asm.ASMInstructionWithOperand

public class ASMInstructionWithOperand
extends ASMInstruction

Stores an ASM instruction with an operand.


Field Summary
 
Fields inherited from class org.eclipse.m2m.atl.engine.asm.ASMInstruction
mnemonic
 
Constructor Summary
ASMInstructionWithOperand(java.lang.String mnemonic, java.lang.String operand)
          Creates a new ASMInstruction with the given mnemonic and operand.
 
Method Summary
 java.lang.String getOperand()
           
 void setOperand(java.lang.String operand)
           
 java.lang.String toString()
          
 
Methods inherited from class org.eclipse.m2m.atl.engine.asm.ASMInstruction
getMnemonic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASMInstructionWithOperand

public ASMInstructionWithOperand(java.lang.String mnemonic,
                                 java.lang.String operand)
Creates a new ASMInstruction with the given mnemonic and operand.

Parameters:
mnemonic - the mnemonic
operand - the operand
Method Detail

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()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.