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

Packages that use ImportDescr
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.dialect.java   
org.drools.rule.builder.dialect.mvel   
 

Uses of ImportDescr in org.drools.compiler
 

Methods in org.drools.compiler with parameters of type ImportDescr
 void Dialect.addImport(ImportDescr importDescr)
           
 void DialectCompiletimeRegistry.addImport(ImportDescr importDescr)
          Iterates all registered dialects, informing them of an import added to the PackageBuilder
 void PackageRegistry.addImport(ImportDescr importDescr)
           
 void Dialect.addStaticImport(ImportDescr importDescr)
           
 void DialectCompiletimeRegistry.addStaticImport(ImportDescr importDescr)
          Iterates all registered dialects, informing them of a static imports added to the PackageBuilder
 void PackageRegistry.addStaticImport(ImportDescr importDescr)
           
 

Constructors in org.drools.compiler with parameters of type ImportDescr
ImportError(ImportDescr importDescr, int line)
           
 

Uses of ImportDescr in org.drools.lang
 

Methods in org.drools.lang that return ImportDescr
 ImportDescr DRLParser.importStatement(PackageDescrBuilder pkg)
          importStatement := IMPORT (FUNCTION|STATIC)?
 

Uses of ImportDescr in org.drools.lang.descr
 

Subclasses of ImportDescr in org.drools.lang.descr
 class FunctionImportDescr
          A descriptor for imported static functions
 

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

Methods in org.drools.lang.descr with parameters of type ImportDescr
 void PackageDescr.addImport(ImportDescr importEntry)
           
 

Method parameters in org.drools.lang.descr with type arguments of type ImportDescr
 void PackageDescr.addAllImports(Collection<ImportDescr> importEntries)
           
 

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

Methods in org.drools.rule.builder.dialect.java with parameters of type ImportDescr
 void JavaDialect.addImport(ImportDescr importDescr)
           
 void JavaDialect.addStaticImport(ImportDescr importDescr)
           
 

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

Methods in org.drools.rule.builder.dialect.mvel with parameters of type ImportDescr
 void MVELDialect.addImport(ImportDescr importDescr)
           
 void MVELDialect.addStaticImport(ImportDescr importDescr)
           
 void MVELDialect.addStaticPackageImport(ImportDescr importDescr)
           
 



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