abc.weaving.weaver
Class ConstructorInliner

java.lang.Object
  extended by abc.weaving.weaver.ConstructorInliner

public class ConstructorInliner
extends java.lang.Object

Inlines constructor calls in constructors with initialization and preinitialization advice.

Author:
Laurie Hendren, Ondrej Lhotak, Jennifer Lhotak, Ganesh Sittampalam

Constructor Summary
ConstructorInliner()
           
 
Method Summary
static void inlineConstructors(SootClass sc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInliner

public ConstructorInliner()
Method Detail

inlineConstructors

public static void inlineConstructors(SootClass sc)