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

Packages that use RuleDescr
org.drools.clips   
org.drools.compiler This is the main package to load rules. 
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.descr   
org.drools.rule.builder   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
org.drools.verifier.visitor   
 

Uses of RuleDescr in org.drools.clips
 

Methods in org.drools.clips that return RuleDescr
 RuleDescr ClipsParser.defrule()
           
 

Methods in org.drools.clips with parameters of type RuleDescr
 void ClipsParser.ruleAttribute(RuleDescr rule)
           
 void ClipsShell.ruleHandler(RuleDescr ruleDescr)
           
 void ParserHandler.ruleHandler(RuleDescr ruleDescr)
           
 

Uses of RuleDescr in org.drools.compiler
 

Methods in org.drools.compiler with parameters of type RuleDescr
 void Dialect.init(RuleDescr ruleDescr)
           
 

Uses of RuleDescr in org.drools.lang
 

Methods in org.drools.lang that return RuleDescr
 RuleDescr DRLParser.query(PackageDescrBuilder pkg)
          query := QUERY stringId parameters?
 RuleDescr DRLParser.rule(PackageDescrBuilder pkg)
          rule := RULE stringId (EXTENDS stringId)?
 

Uses of RuleDescr in org.drools.lang.descr
 

Subclasses of RuleDescr in org.drools.lang.descr
 class QueryDescr
           
 

Methods in org.drools.lang.descr that return types with arguments of type RuleDescr
 List<RuleDescr> PackageDescr.getRules()
           
 

Methods in org.drools.lang.descr with parameters of type RuleDescr
 void PackageDescr.addRule(RuleDescr rule)
           
 

Uses of RuleDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder that return RuleDescr
 RuleDescr RuleBuildContext.getRuleDescr()
          Returns the current RuleDescriptor
 

Constructors in org.drools.rule.builder with parameters of type RuleDescr
RuleBuildContext(PackageBuilder pkgBuilder, RuleDescr ruleDescr, DialectCompiletimeRegistry dialectCompiletimeRegistry, Package pkg, Dialect defaultDialect)
          Default constructor
 

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

Methods in org.drools.rule.builder.dialect.java with parameters of type RuleDescr
 void JavaDialect.init(RuleDescr ruleDescr)
           
 

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

Methods in org.drools.rule.builder.dialect.mvel with parameters of type RuleDescr
 void MVELDialect.init(RuleDescr ruleDescr)
           
 

Uses of RuleDescr in org.drools.verifier.visitor
 

Methods in org.drools.verifier.visitor with parameters of type RuleDescr
 void RuleDescrVisitor.visitRuleDescr(RuleDescr descr)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.