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

java.lang.Object
  extended bysoot.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 getClassNameFieldNameToSootFieldMapping()
           
 HashMap 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 getFieldsWithConstantValues()

getClassNameFieldNameToSootFieldMapping

public HashMap getClassNameFieldNameToSootFieldMapping()

printConstantValueFields

public void printConstantValueFields()

debug

public void debug(String methodName,
                  String debug)

debug

public void debug(String debug)