Class VariableAccessTriggerAdapter


  • public class VariableAccessTriggerAdapter
    extends RuleTriggerAdapter
    asm Adapter class used to add a rule event trigger call to a method of som egiven class
    • Constructor Detail

      • VariableAccessTriggerAdapter

        public VariableAccessTriggerAdapter​(org.objectweb.asm.ClassVisitor cv,
                                            TransformContext transformContext,
                                            String varName,
                                            int flags,
                                            int count,
                                            boolean whenComplete)
    • Method Detail

      • visitMethod

        public org.objectweb.asm.MethodVisitor visitMethod​(int access,
                                                           String name,
                                                           String desc,
                                                           String signature,
                                                           String[] exceptions)
        Overrides:
        visitMethod in class org.objectweb.asm.ClassVisitor