Uses of Class
qilin.core.context.ContextElements
Packages that use ContextElements
-
Uses of ContextElements in qilin.core.context
Methods in qilin.core.context that return ContextElementsModifier and TypeMethodDescriptionstatic ContextElementsContextElements.newContext(ContextElements c, ContextElement ce, int depth) Compose a new context by a given context and a heap.Methods in qilin.core.context with parameters of type ContextElementsModifier and TypeMethodDescriptionstatic ContextElementsContextElements.newContext(ContextElements c, ContextElement ce, int depth) Compose a new context by a given context and a heap. -
Uses of ContextElements in qilin.pta.toolkits.bean
Fields in qilin.pta.toolkits.bean with type parameters of type ContextElementsModifier and TypeFieldDescriptionprotected Map<Pair<ContextElements,AllocNode>, Set<Pair<ContextElements, AllocNode>>> ContextSelector.allocationprotected Map<Pair<ContextElements,AllocNode>, Set<Pair<ContextElements, AllocNode>>> ContextSelector.allocationprotected Map<AllocNode,Set<ContextElements>> ContextSelector.contextMapMethods in qilin.pta.toolkits.bean that return types with arguments of type ContextElementsModifier and TypeMethodDescriptionContextSelector.allocatedBy(ContextElements ctx, AllocNode heap) ContextSelector.contextsOf(AllocNode heap) Methods in qilin.pta.toolkits.bean with parameters of type ContextElementsModifier and TypeMethodDescriptionprotected voidContextSelector.addAllocation(ContextElements ctx, AllocNode heap, ContextElements newCtx, AllocNode succ) ContextSelector.allocatedBy(ContextElements ctx, AllocNode heap)