Class ASMConsequenceBuilder

    • Field Summary

      • Fields inherited from interface org.drools.compiler.rule.builder.ConsequenceBuilder

        CONSEQUENCE_SERIAL_UID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected byte[] createConsequenceBytecode​(org.drools.compiler.rule.builder.RuleBuildContext ruleContext, java.util.Map<java.lang.String,​java.lang.Object> consequenceContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ASMConsequenceBuilder

        public ASMConsequenceBuilder()
    • Method Detail

      • createConsequenceBytecode

        protected byte[] createConsequenceBytecode​(org.drools.compiler.rule.builder.RuleBuildContext ruleContext,
                                                   java.util.Map<java.lang.String,​java.lang.Object> consequenceContext)
        Specified by:
        createConsequenceBytecode in class AbstractASMConsequenceBuilder