Class ASMEvalStubBuilder

  • All Implemented Interfaces:
    org.drools.compiler.rule.builder.EngineElementBuilder, org.drools.compiler.rule.builder.RuleConditionBuilder

    public class ASMEvalStubBuilder
    extends AbstractASMEvalBuilder
    • Method Summary

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

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

      • ASMEvalStubBuilder

        public ASMEvalStubBuilder()
    • Method Detail

      • createEvalBytecode

        protected byte[] createEvalBytecode​(org.drools.compiler.rule.builder.RuleBuildContext ruleContext,
                                            java.util.Map vars)
        Specified by:
        createEvalBytecode in class AbstractASMEvalBuilder