Uses of Class
kilim.analysis.MethodFlow
Packages that use MethodFlow
-
Uses of MethodFlow in kilim.analysis
Fields in kilim.analysis declared as MethodFlowModifier and TypeFieldDescriptionBasicBlock.flowThe flow to which this BB belongs.private MethodFlowMethodWeaver.methodFlowFields in kilim.analysis with type parameters of type MethodFlowMethods in kilim.analysis that return MethodFlowModifier and TypeMethodDescription(package private) MethodFlowMethodWeaver.getMethodFlow()private MethodFlowClassFlow.getOrigWithSameSig(MethodFlow bridgeMethod) ClassFlow.getSAM()Methods in kilim.analysis that return types with arguments of type MethodFlowModifier and TypeMethodDescriptionClassFlow.analyze(boolean forceAnalysis) ClassFlow.getMethodFlows()Methods in kilim.analysis with parameters of type MethodFlowModifier and TypeMethodDescriptionprivate MethodFlowClassFlow.getOrigWithSameSig(MethodFlow bridgeMethod) (package private) voidMethodWeaver.makeNotWovenMethod(org.objectweb.asm.ClassVisitor cv, MethodFlow mf, boolean isSAM) (package private) booleanClassWeaver.needsWeaving(MethodFlow mf) Constructors in kilim.analysis with parameters of type MethodFlowModifierConstructorDescriptionBasicBlock(MethodFlow aflow, org.objectweb.asm.tree.LabelNode aStartLabel) (package private)MethodWeaver(ClassWeaver cw, Detector detector, MethodFlow mf, boolean isSAM) -
Uses of MethodFlow in kilim.tools
Methods in kilim.tools with parameters of type MethodFlowModifier and TypeMethodDescriptionprivate static voidFlowAnalyzer.reportFlow(MethodFlow method, String className)