soot.jimple.toolkits.typing.fast
Interface IEvalFunction

All Known Implementing Classes:
AugEvalFunction

public interface IEvalFunction

Author:
Ben Bellamy

Method Summary
 Collection<Type> eval(Typing tg, Value expr, Stmt stmt)
           
 

Method Detail

eval

Collection<Type> eval(Typing tg,
                      Value expr,
                      Stmt stmt)