soot.jimple
Class JasminClass

java.lang.Object
  |
  +--soot.jimple.JasminClass

public class JasminClass
extends java.lang.Object

Methods for producing Jasmin code from Jimple.


Constructor Summary
JasminClass(SootClass SootClass)
           
 
Method Summary
 void emitBooleanBranch(java.lang.String s)
           
static java.lang.String jasminDescriptorOf(SootMethod m)
           
 void print(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasminClass

public JasminClass(SootClass SootClass)
Method Detail

jasminDescriptorOf

public static java.lang.String jasminDescriptorOf(SootMethod m)

print

public void print(java.io.PrintWriter out)

emitBooleanBranch

public void emitBooleanBranch(java.lang.String s)