org.drools.rule.builder.dialect.asm
Class ReturnValueGenerator

java.lang.Object
  extended by org.drools.rule.builder.dialect.asm.ReturnValueGenerator

public class ReturnValueGenerator
extends Object


Constructor Summary
ReturnValueGenerator()
           
 
Method Summary
static void generate(ReturnValueStub stub, Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnValueGenerator

public ReturnValueGenerator()
Method Detail

generate

public static void generate(ReturnValueStub stub,
                            Object object,
                            Tuple tuple,
                            Declaration[] previousDeclarations,
                            Declaration[] localDeclarations,
                            WorkingMemory workingMemory,
                            Object context)


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