Uses of Class
kilim.analysis.CallWeaver
-
Packages that use CallWeaver Package Description kilim.analysis -
-
Uses of CallWeaver in kilim.analysis
Fields in kilim.analysis with type parameters of type CallWeaver Modifier and Type Field Description private java.util.ArrayList<CallWeaver>MethodWeaver. callWeaversMethods in kilim.analysis that return types with arguments of type CallWeaver Modifier and Type Method Description private java.util.List<CallWeaver>MethodWeaver. getCallsUnderCatchBlock(BasicBlock catchBB)Methods in kilim.analysis with parameters of type CallWeaver Modifier and Type Method Description (package private) intMethodWeaver. getPC(CallWeaver weaver)Method parameters in kilim.analysis with type arguments of type CallWeaver Modifier and Type Method Description private voidMethodWeaver. genException(org.objectweb.asm.MethodVisitor mv, BasicBlock bb, java.util.List<CallWeaver> cwList)Generate code for only those catch blocks that are reachable from one or more pausable blocks.
-