|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInstructionAnalyser
Interface for the analysis of a method's instructions.
| Method Summary | |
|---|---|
void |
analyseInstruction(org.objectweb.asm.tree.AbstractInsnNode insn)
Analyse the given instruction. |
void |
analyseTryCatchBlock(org.objectweb.asm.tree.TryCatchBlockNode tryCatchNode)
Analyse the given try catch node. |
void |
postAnalysisEvent(org.objectweb.asm.tree.InsnList instructions)
Called after all instructions have been individually analysed. |
| Method Detail |
|---|
void analyseInstruction(org.objectweb.asm.tree.AbstractInsnNode insn)
insn - Instruction as encountered in a method.void analyseTryCatchBlock(org.objectweb.asm.tree.TryCatchBlockNode tryCatchNode)
tryCatchNode - Try catch node as encountered in a method.void postAnalysisEvent(org.objectweb.asm.tree.InsnList instructions)
instructions - Complete list of instructions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||