public interface IVisitorWithAddresses extends SSAInstruction.IVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitAddressOf(SSAAddressOfInstruction instruction) |
void |
visitLoadIndirect(SSALoadIndirectInstruction instruction) |
void |
visitStoreIndirect(SSAStoreIndirectInstruction instruction) |
visitArrayLength, visitArrayLoad, visitArrayStore, visitBinaryOp, visitCheckCast, visitComparison, visitConditionalBranch, visitConversion, visitGet, visitGetCaughtException, visitGoto, visitInstanceof, visitInvoke, visitLoadMetadata, visitMonitor, visitNew, visitPhi, visitPi, visitPut, visitReturn, visitSwitch, visitThrow, visitUnaryOp
void visitAddressOf(SSAAddressOfInstruction instruction)
void visitLoadIndirect(SSALoadIndirectInstruction instruction)
void visitStoreIndirect(SSAStoreIndirectInstruction instruction)