|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.engine.asm.ASMInstruction
public class ASMInstruction
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 |
|---|
protected java.lang.String mnemonic
| Constructor Detail |
|---|
public ASMInstruction(java.lang.String mnemonic)
ASMInstruction with the given mnemonic.
mnemonic - the mnemonic| Method Detail |
|---|
public java.lang.String getMnemonic()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||