soot.jimple.toolkits.scalar
Class Evaluator

java.lang.Object
  extended by soot.jimple.toolkits.scalar.Evaluator

public class Evaluator
extends Object


Constructor Summary
Evaluator()
           
 
Method Summary
static Value getConstantValueOf(Value op)
          Returns the constant value of op if it is easy to find the constant value; else returns null.
static boolean isValueConstantValued(Value op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluator

public Evaluator()
Method Detail

isValueConstantValued

public static boolean isValueConstantValued(Value op)

getConstantValueOf

public static Value getConstantValueOf(Value op)
Returns the constant value of op if it is easy to find the constant value; else returns null.