com.joanju.cg.printers
Class BytecodePrinter

java.lang.Object
  extended by com.joanju.cg.printers.BytecodePrinter

public class BytecodePrinter
extends java.lang.Object


Constructor Summary
BytecodePrinter()
           
 
Method Summary
 void print(InstructionSet instrs, java.io.BufferedWriter writer)
           
 BytecodePrinter setCommentsOff()
           
static void writeStdout(InstructionSet instrs)
           
static void writeStdout(int cuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodePrinter

public BytecodePrinter()
Method Detail

print

public void print(InstructionSet instrs,
                  java.io.BufferedWriter writer)
           throws java.io.IOException,
                  java.sql.SQLException
Throws:
java.io.IOException
java.sql.SQLException

setCommentsOff

public BytecodePrinter setCommentsOff()

writeStdout

public static void writeStdout(int cuid)
                        throws java.sql.SQLException,
                               java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

writeStdout

public static void writeStdout(InstructionSet instrs)
                        throws java.sql.SQLException,
                               java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException


Copyright © 2008 Joanju Software. All Rights Reserved.