soot.jimple.spark.ondemand.genericutil
Class ObjWrapper

java.lang.Object
  extended by soot.jimple.spark.ondemand.genericutil.ObjWrapper

public class ObjWrapper
extends Object

Author:
manu

Field Summary
 Object wrapped
           
 
Constructor Summary
ObjWrapper(Object wrapped)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

wrapped

public final Object wrapped
Constructor Detail

ObjWrapper

public ObjWrapper(Object wrapped)
Parameters:
wrapped -
Method Detail

toString

public String toString()
Overrides:
toString in class Object