Package harpoon.Analysis.MetaMethods

Class Summary
FakeMetaCallGraph FakeMetaCallGraph converts a classic CallGraph to a MetaCallGraph.
GenType GenType models a type.
MetaAllCallers MetaAllCallers is the dual of MetaCallGraph.
MetaCallGraph MetaCallGraph is for meta methods what callGraph is for "normal" methods.
MetaCallGraphAbstr MetaCallGraphAbstr Map based abstract MetaCallGraph.
MetaCallGraphImpl MetaCallGraphImpl is a full-power implementation of the MetaCallGraph interface.
MetaMethod MetaMethod is a specialization of a method, function of the types of its arguments.
SmartCallGraph SmartCallGraph is an improved call graph produced by compressing a meta call graph, ie, all metamethods are shrinked down to their originating method).