public class SynchronizeTriggerAdapter extends RuleTriggerAdapter
Modifier and Type | Class and Description |
---|---|
private class |
SynchronizeTriggerAdapter.SynchronizeTriggerMethodAdapter
a method visitor used to add a rule event trigger call to a method
|
Modifier and Type | Field and Description |
---|---|
private int |
count |
private boolean |
whenComplete |
className, superName
Constructor and Description |
---|
SynchronizeTriggerAdapter(ClassVisitor cv,
TransformContext transformContext,
int count,
boolean whenComplete) |
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 SynchronizeTriggerAdapter(ClassVisitor cv, TransformContext transformContext, int count, boolean whenComplete)