soot.jimple.toolkits.typing.fast
Class AugEvalFunction

java.lang.Object
  extended by soot.jimple.toolkits.typing.fast.AugEvalFunction
All Implemented Interfaces:
IEvalFunction

public class AugEvalFunction
extends Object
implements IEvalFunction

Author:
Ben Bellamy

Constructor Summary
AugEvalFunction(JimpleBody jb)
           
 
Method Summary
static Type eval_(Typing tg, Value expr, Stmt stmt, JimpleBody jb)
           
 Collection<Type> eval(Typing tg, Value expr, Stmt stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugEvalFunction

public AugEvalFunction(JimpleBody jb)
Method Detail

eval

public Collection<Type> eval(Typing tg,
                             Value expr,
                             Stmt stmt)
Specified by:
eval in interface IEvalFunction

eval_

public static Type eval_(Typing tg,
                         Value expr,
                         Stmt stmt,
                         JimpleBody jb)