Drools :: Compiler 6.2.0.Final

org.drools.compiler.rule.builder
Class RuleBuilder

java.lang.Object
  extended by org.drools.compiler.rule.builder.RuleBuilder

public class RuleBuilder
extends Object

This builds the rule structure from an AST. Generates semantic code where necessary if semantics are used. This is an internal API.


Constructor Summary
RuleBuilder()
           
 
Method Summary
 void build(RuleBuildContext context)
          Build the give rule into the
 void buildAttributes(RuleBuildContext context)
           
 void buildMetaAttributes(RuleBuildContext context)
           
 void preProcess(RuleBuildContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleBuilder

public RuleBuilder()
Method Detail

preProcess

public void preProcess(RuleBuildContext context)

build

public void build(RuleBuildContext context)
Build the give rule into the

Parameters:
context -

buildMetaAttributes

public void buildMetaAttributes(RuleBuildContext context)

buildAttributes

public void buildAttributes(RuleBuildContext context)

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.