abc.soot.util
Class QualSpecialAccessorMethodSource

java.lang.Object
  extended by abc.soot.util.QualSpecialAccessorMethodSource

public class QualSpecialAccessorMethodSource
extends java.lang.Object

Creates any accessor methods to access a qualified special (super or this) from a class. Some methods may/will be added to textually enclosing classes.

Author:
pavel

Constructor Summary
QualSpecialAccessorMethodSource(MethodSig method, soot.SootClass target, soot.SootClass qualifier, boolean qualThisNotSuper)
           
 
Method Summary
 Body getBody(SootMethod sootMethod, java.lang.String phaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualSpecialAccessorMethodSource

public QualSpecialAccessorMethodSource(MethodSig method,
                                       soot.SootClass target,
                                       soot.SootClass qualifier,
                                       boolean qualThisNotSuper)
Method Detail

getBody

public Body getBody(SootMethod sootMethod,
                    java.lang.String phaseName)