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

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

public class ASMInstruction
extends java.lang.Object


Field Summary
protected  java.lang.String mnemonic
           
 
Constructor Summary
ASMInstruction(java.lang.String 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)
Method Detail

getMnemonic

public java.lang.String getMnemonic()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright 2007 IBM Corporation and others.
All Rights Reserved.