|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectClassAdapter
org.jboss.byteman.agent.adapter.RuleAdapter
org.jboss.byteman.agent.adapter.RuleCheckAdapter
org.jboss.byteman.agent.adapter.EntryCheckAdapter
public class EntryCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
Nested Class Summary | |
---|---|
private class |
EntryCheckAdapter.EntryCheckMethodAdapter
a method visitor used to add a rule event trigger call to a method |
Constructor Summary | |
---|---|
EntryCheckAdapter(ClassVisitor cv,
TransformContext transformContext)
|
Method Summary | |
---|---|
MethodVisitor |
visitMethod(int access,
java.lang.String name,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions)
|
Methods inherited from class org.jboss.byteman.agent.adapter.RuleCheckAdapter |
---|
isVisited, isVisitOk, setVisited, setVisitOk |
Methods inherited from class org.jboss.byteman.agent.adapter.RuleAdapter |
---|
getTransformContext, matchTargetMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryCheckAdapter(ClassVisitor cv, TransformContext transformContext)
Method Detail |
---|
public MethodVisitor visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |