|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.asm.ASMWriter
org.eclipse.m2m.atl.engine.asm.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)
Creates a new ASMTextualWriter with the given PrintWriter . |
Method Summary | |
---|---|
void |
print(ASM asm)
|
Methods inherited from class org.eclipse.m2m.atl.engine.asm.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)
ASMTextualWriter
with the given PrintWriter
.
out
- the given PrintWriter
Method Detail |
---|
public void print(ASM asm)
print
in class ASMWriter
ASMWriter.print(org.eclipse.m2m.atl.engine.asm.ASM)
|
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 |