Package org.drools.mvel.asm
Class PredicateGenerator
- java.lang.Object
-
- org.drools.mvel.asm.PredicateGenerator
-
public class PredicateGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description PredicateGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgenerate(org.drools.core.rule.builder.dialect.asm.PredicateStub stub, org.drools.core.spi.Tuple tuple, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, org.drools.core.WorkingMemory workingMemory)
-
-
-
Method Detail
-
generate
public static void generate(org.drools.core.rule.builder.dialect.asm.PredicateStub stub, org.drools.core.spi.Tuple tuple, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, org.drools.core.WorkingMemory workingMemory)
-
-