soot.dava.toolkits.base.AST.structuredAnalysis
Class CPHelper

java.lang.Object
  extended by soot.dava.toolkits.base.AST.structuredAnalysis.CPHelper

public class CPHelper
extends Object


Constructor Summary
CPHelper()
           
 
Method Summary
static Value createConstant(Object toConvert)
           
static Object isAConstantValue(Value toCheck)
           
static Object wrapperClassCloner(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPHelper

public CPHelper()
Method Detail

wrapperClassCloner

public static Object wrapperClassCloner(Object value)

isAConstantValue

public static Object isAConstantValue(Value toCheck)

createConstant

public static Value createConstant(Object toConvert)