org.drools.rule.builder.dialect.java
Class JavaReturnValueBuilder

java.lang.Object
  extended by org.drools.rule.builder.dialect.java.JavaReturnValueBuilder
All Implemented Interfaces:
ReturnValueBuilder

public class JavaReturnValueBuilder
extends Object
implements ReturnValueBuilder


Constructor Summary
JavaReturnValueBuilder()
           
 
Method Summary
 void build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReturnValueRestriction returnValueRestriction, ReturnValueRestrictionDescr returnValueRestrictionDescr, AnalysisResult analysis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaReturnValueBuilder

public JavaReturnValueBuilder()
Method Detail

build

public void build(RuleBuildContext context,
                  BoundIdentifiers usedIdentifiers,
                  Declaration[] previousDeclarations,
                  Declaration[] localDeclarations,
                  ReturnValueRestriction returnValueRestriction,
                  ReturnValueRestrictionDescr returnValueRestrictionDescr,
                  AnalysisResult analysis)
Specified by:
build in interface ReturnValueBuilder


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