|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.CodeAdapter
org.codehaus.aspectwerkz.transform.inlining.weaver.HandlerVisitor.CatchClauseCodeAdapter
public class HandlerVisitor.CatchClauseCodeAdapter
Advises catch clauses by inserting a call to the join point as the first thing in the catch block.
Field Summary |
---|
Fields inherited from class org.objectweb.asm.CodeAdapter |
---|
cv |
Constructor Summary | |
---|---|
HandlerVisitor.CatchClauseCodeAdapter(org.objectweb.asm.CodeVisitor ca)
Creates a new instance. |
Method Summary | |
---|---|
void |
visitLabel(org.objectweb.asm.Label label)
|
Methods inherited from class org.objectweb.asm.CodeAdapter |
---|
visitAttribute, visitFieldInsn, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerVisitor.CatchClauseCodeAdapter(org.objectweb.asm.CodeVisitor ca)
ca
- Method Detail |
---|
public void visitLabel(org.objectweb.asm.Label label)
visitLabel
in interface org.objectweb.asm.CodeVisitor
visitLabel
in class org.objectweb.asm.CodeAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |