soot.dava.toolkits.base.AST.interProcedural
Class ConstantFieldValueFinder

java.lang.Object
  extended by soot.dava.toolkits.base.AST.interProcedural.ConstantFieldValueFinder

public class ConstantFieldValueFinder
extends Object


Field Summary
static String combiner
           
 boolean DEBUG
           
 
Constructor Summary
ConstantFieldValueFinder(Chain classes)
           
 
Method Summary
 void debug(String debug)
           
 void debug(String methodName, String debug)
           
 HashMap<String,SootField> getClassNameFieldNameToSootFieldMapping()
           
 HashMap<String,Object> getFieldsWithConstantValues()
           
 void printConstantValueFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public final boolean DEBUG
See Also:
Constant Field Values

combiner

public static String combiner
Constructor Detail

ConstantFieldValueFinder

public ConstantFieldValueFinder(Chain classes)
Method Detail

getFieldsWithConstantValues

public HashMap<String,Object> getFieldsWithConstantValues()

getClassNameFieldNameToSootFieldMapping

public HashMap<String,SootField> getClassNameFieldNameToSootFieldMapping()

printConstantValueFields

public void printConstantValueFields()

debug

public void debug(String methodName,
                  String debug)

debug

public void debug(String debug)