Class AbstractASMEvalBuilder

  • All Implemented Interfaces:
    org.drools.compiler.rule.builder.EngineElementBuilder, org.drools.compiler.rule.builder.RuleConditionBuilder
    Direct Known Subclasses:
    ASMEvalStubBuilder

    public abstract class AbstractASMEvalBuilder
    extends java.lang.Object
    implements org.drools.compiler.rule.builder.RuleConditionBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.base.rule.RuleConditionElement build​(org.drools.compiler.rule.builder.RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr)  
      org.drools.base.rule.RuleConditionElement build​(org.drools.compiler.rule.builder.RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr, org.drools.base.rule.Pattern prefixPattern)  
      protected abstract byte[] createEvalBytecode​(org.drools.compiler.rule.builder.RuleBuildContext context, java.util.Map vars)  
      • Methods inherited from class java.lang.Object

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

      • AbstractASMEvalBuilder

        public AbstractASMEvalBuilder()
    • Method Detail

      • build

        public org.drools.base.rule.RuleConditionElement build​(org.drools.compiler.rule.builder.RuleBuildContext context,
                                                               org.drools.drl.ast.descr.BaseDescr descr)
        Specified by:
        build in interface org.drools.compiler.rule.builder.RuleConditionBuilder
      • build

        public org.drools.base.rule.RuleConditionElement build​(org.drools.compiler.rule.builder.RuleBuildContext context,
                                                               org.drools.drl.ast.descr.BaseDescr descr,
                                                               org.drools.base.rule.Pattern prefixPattern)
        Specified by:
        build in interface org.drools.compiler.rule.builder.RuleConditionBuilder
      • createEvalBytecode

        protected abstract byte[] createEvalBytecode​(org.drools.compiler.rule.builder.RuleBuildContext context,
                                                     java.util.Map vars)