Class DelegatingSSAContextInterpreter

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.rta.DelegatingRTAContextInterpreter
com.ibm.wala.ipa.callgraph.propagation.cfa.DelegatingSSAContextInterpreter
All Implemented Interfaces:
CHAContextInterpreter, RTAContextInterpreter, SSAContextInterpreter

public class DelegatingSSAContextInterpreter extends DelegatingRTAContextInterpreter implements SSAContextInterpreter
An SSAContextInterpreter that first checks with A, then defaults to B.