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

java.lang.Object
  extended by org.eclipse.m2m.atl.engine.asm.ASMInstruction
Direct Known Subclasses:
ASMInstructionWithOperand

public class ASMInstruction
extends java.lang.Object

Stores an ASM instruction.


Field Summary
protected  java.lang.String mnemonic
           
 
Constructor Summary
ASMInstruction(java.lang.String mnemonic)
          Creates a new ASMInstruction with the given mnemonic.
 
Method Summary
 java.lang.String getMnemonic()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mnemonic

protected java.lang.String mnemonic
Constructor Detail

ASMInstruction

public ASMInstruction(java.lang.String mnemonic)
Creates a new ASMInstruction with the given mnemonic.

Parameters:
mnemonic - the mnemonic
Method Detail

getMnemonic

public java.lang.String getMnemonic()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.