soot.javaToJimple
Class LocalGenerator

java.lang.Object
  extended by soot.javaToJimple.LocalGenerator

public class LocalGenerator
extends Object


Constructor Summary
LocalGenerator(Body b)
           
 
Method Summary
 Local generateLocal(Type type)
          generates a new soot local given the type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalGenerator

public LocalGenerator(Body b)
Method Detail

generateLocal

public Local generateLocal(Type type)
generates a new soot local given the type