soot.javaToJimple
Class AnonInitBodyBuilder

java.lang.Object
  extended by soot.javaToJimple.AbstractJimpleBodyBuilder
      extended by soot.javaToJimple.JimpleBodyBuilder
          extended by soot.javaToJimple.AnonInitBodyBuilder

public class AnonInitBodyBuilder
extends JimpleBodyBuilder


Field Summary
 
Fields inherited from class soot.javaToJimple.JimpleBodyBuilder
afterReturn, beforeReturn, catchStack, condControlNoop, endControlNoop, exceptionTable, falseNoop, getThisMap, labelBreakMap, labelContinueMap, labelMap, lg, localsMap, monitorStack, outerClassParamLocal, paramRefCount, specialThisLocal, trueNoop, tryStack
 
Fields inherited from class soot.javaToJimple.AbstractJimpleBodyBuilder
body
 
Constructor Summary
AnonInitBodyBuilder()
           
 
Method Summary
 JimpleBody createBody(SootMethod sootMethod)
           
 
Methods inherited from class soot.javaToJimple.JimpleBodyBuilder
createAggressiveExpr, createConstant, createJimpleBody, createLHS, createStmt, generateLocal, generateLocal, getAssignLocal, getAssignRightLocal, getBaseLocal, getConstant, getFieldRef, getSimpleAssignRightLocal, getSootMethodRef, getThis, handleFieldInits, handlePrivateFieldAssignSet, handlePrivateFieldSet, handlePrivateFieldUnarySet, handleStaticBlocks, needsAccessor, needsAccessor, needsOuterClassRef
 
Methods inherited from class soot.javaToJimple.AbstractJimpleBodyBuilder
base, base, ext, ext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonInitBodyBuilder

public AnonInitBodyBuilder()
Method Detail

createBody

public JimpleBody createBody(SootMethod sootMethod)