public class EntryTriggerAdapter extends RuleTriggerAdapter
Modifier and Type | Class and Description |
---|---|
private class |
EntryTriggerAdapter.EntryTriggerConstructorAdapter
a method visitor used to add a rule event trigger call to a constructor -- this has to make sure
the super constructor has been called before allowing a trigger call to be compiled
|
private class |
EntryTriggerAdapter.EntryTriggerMethodAdapter
a method visitor used to add a rule event trigger call to a method
|
className, superName
Constructor and Description |
---|
EntryTriggerAdapter(ClassVisitor cv,
TransformContext transformContext) |
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
visitMethod(int access,
java.lang.String name,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions) |
isSuperOrSiblingConstructorCall, visit
getTransformContext, matchTargetMethod
public EntryTriggerAdapter(ClassVisitor cv, TransformContext transformContext)