Interface IVisitorWithAddresses

All Superinterfaces:
SSAInstruction.IVisitor
All Known Implementing Classes:
AstJavaTypeInference.AstJavaTypeOperatorFactory, AstTypeInference.AstTypeOperatorFactory, DalvikTypeInference.TypeOperatorFactory, TypeInference.TypeOperatorFactory

public interface IVisitorWithAddresses extends SSAInstruction.IVisitor
Author:
omert

Temporary interface to accomodate the newly added SSAAddressOfInstruction instruction. Ultimately, this interface should be merged into SSAInstruction.IVisitor.

TODO: Add 'visitAddressOf' to SSAInstruction.IVisitor.