Uses of Class
org.drools.lang.descr.PredicateDescr

Packages that use PredicateDescr
org.drools.compiler.xml This contains the parser and utilities for handling rules in XML format. 
org.drools.rule.builder   
org.drools.rule.builder.dialect.asm   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
 

Uses of PredicateDescr in org.drools.compiler.xml
 

Methods in org.drools.compiler.xml with parameters of type PredicateDescr
 void XmlDumper.visitPredicateDescr(PredicateDescr descr)
           
 

Uses of PredicateDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder with parameters of type PredicateDescr
 void PredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.asm
 

Methods in org.drools.rule.builder.dialect.asm with parameters of type PredicateDescr
 void AbstractASMPredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.java
 

Methods in org.drools.rule.builder.dialect.java with parameters of type PredicateDescr
 void JavaPredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.mvel
 

Methods in org.drools.rule.builder.dialect.mvel with parameters of type PredicateDescr
 void MVELPredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicate, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 



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