Class AstContextInsensitiveSSAContextInterpreter

All Implemented Interfaces:
CHAContextInterpreter, RTAContextInterpreter, SSAContextInterpreter
Direct Known Subclasses:
ArgumentSpecialization.ArgumentSpecializationContextIntepreter, JavaScriptFunctionApplyContextInterpreter

public class AstContextInsensitiveSSAContextInterpreter extends ContextInsensitiveSSAInterpreter
A version of ContextInsensitiveSSAInterpreter that uses the IR for iterateNewSites(CGNode) and iterateCallSites(CGNode) when we have an AstMethod. (ContextInsensitiveSSAInterpreter defaults to using CodeScanner, which only works for bytecodes.)