Uses of Class
kilim.analysis.MethodFlow
-
Packages that use MethodFlow Package Description kilim.analysis kilim.tools -
-
Uses of MethodFlow in kilim.analysis
Fields in kilim.analysis declared as MethodFlow Modifier and Type Field Description MethodFlowBasicBlock. flowThe flow to which this BB belongs.private MethodFlowMethodWeaver. methodFlowFields in kilim.analysis with type parameters of type MethodFlow Modifier and Type Field Description (package private) java.util.ArrayList<MethodFlow>ClassFlow. methodFlowsMethods in kilim.analysis that return MethodFlow Modifier and Type Method Description (package private) MethodFlowMethodWeaver. getMethodFlow()private MethodFlowClassFlow. getOrigWithSameSig(MethodFlow bridgeMethod)MethodFlowClassFlow. getSAM()Methods in kilim.analysis that return types with arguments of type MethodFlow Modifier and Type Method Description java.util.ArrayList<MethodFlow>ClassFlow. analyze(boolean forceAnalysis)java.util.ArrayList<MethodFlow>ClassFlow. getMethodFlows()Methods in kilim.analysis with parameters of type MethodFlow Modifier and Type Method Description private 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 MethodFlow Constructor Description BasicBlock(MethodFlow aflow, org.objectweb.asm.tree.LabelNode aStartLabel)MethodWeaver(ClassWeaver cw, Detector detector, MethodFlow mf, boolean isSAM) -
Uses of MethodFlow in kilim.tools
Methods in kilim.tools with parameters of type MethodFlow Modifier and Type Method Description private static voidFlowAnalyzer. reportFlow(MethodFlow method, java.lang.String className)
-