public interface IAnalysisCacheView
Modifier and Type | Method and Description |
---|---|
void |
clear() |
DefUse |
getDefUse(IR ir)
Find or create a DefUse for the IR using the
Everywhere context |
IR |
getIR(IMethod method)
Find or create an IR for the method using the
Everywhere context and default SSAOptions |
IR |
getIR(IMethod method,
Context context) |
IRFactory<IMethod> |
getIRFactory() |
void |
invalidate(IMethod method,
Context C) |
IR getIR(IMethod method)
Everywhere
context and default SSAOptions
DefUse getDefUse(IR ir)
Everywhere
contextvoid clear()
Copyright © 2019. All rights reserved.