|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.vm.ASMWriter
org.eclipse.m2m.atl.engine.vm.ASMTextualWriter
public class ASMTextualWriter
Textual ATL VM bytecode serializer. There is no corresponding reader, but the resulting text makes it is easier to debug ATL compiler in some cases.
Constructor Summary | |
---|---|
ASMTextualWriter(java.io.PrintWriter out)
|
Method Summary | |
---|---|
void |
print(ASM asm)
|
Methods inherited from class org.eclipse.m2m.atl.engine.vm.ASMWriter |
---|
getConstantPool, getCPIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASMTextualWriter(java.io.PrintWriter out)
Method Detail |
---|
public void print(ASM asm)
print
in class ASMWriter
|
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 |