soot.jimple.toolkits.typing.fast
Interface IUseVisitor


public interface IUseVisitor

Author:
Ben Bellamy

Method Summary
 boolean finish()
           
 Value visit(Value op, Type useType, Stmt stmt)
           
 

Method Detail

visit

Value visit(Value op,
            Type useType,
            Stmt stmt)

finish

boolean finish()