Package qilin.parm.ctxcons
Interface CtxConstructor
- All Known Implementing Classes:
CallsiteCtxConstructor
,HybObjCtxConstructor
,HybTypeCtxConstructor
,InsensCtxConstructor
,ObjCtxConstructor
,TunnelingConstructor
,TypeCtxConstructor
public interface CtxConstructor
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionconstructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target)
-
Field Details
-
emptyContext
-
-
Method Details
-
constructCtx
Context constructCtx(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target)
-