Uses of Class
org.drools.compiler.lang.descr.ImportDescr
-
Packages that use ImportDescr Package Description org.drools.compiler.compiler This is the main package to load rules.org.drools.compiler.lang org.drools.compiler.lang.descr -
-
Uses of ImportDescr in org.drools.compiler.compiler
Methods in org.drools.compiler.compiler with parameters of type ImportDescr Modifier and Type Method Description voidDialect. addImport(ImportDescr importDescr)voidDialect.DummyDialect. addImport(ImportDescr importDescr)voidDialectCompiletimeRegistry. addImport(ImportDescr importDescr)Iterates all registered dialects, informing them of an import added to the PackageBuildervoidPackageRegistry. addImport(ImportDescr importDescr)voidDialect. addStaticImport(ImportDescr importDescr)voidDialect.DummyDialect. addStaticImport(ImportDescr importDescr)voidDialectCompiletimeRegistry. addStaticImport(ImportDescr importDescr)Iterates all registered dialects, informing them of a static imports added to the PackageBuildervoidPackageRegistry. addStaticImport(ImportDescr importDescr)Constructors in org.drools.compiler.compiler with parameters of type ImportDescr Constructor Description ImportError(ImportDescr importDescr, int line) -
Uses of ImportDescr in org.drools.compiler.lang
Methods in org.drools.compiler.lang that return ImportDescr Modifier and Type Method Description ImportDescrDRL5Parser. importStatement(PackageDescrBuilder pkg)importStatement := IMPORT (FUNCTION|STATIC)?ImportDescrDRL6Parser. importStatement(PackageDescrBuilder pkg)importStatement := IMPORT ((FUNCTION|STATIC)?ImportDescrDRL6StrictParser. importStatement(PackageDescrBuilder pkg)importStatement := IMPORT ((FUNCTION|STATIC)? -
Uses of ImportDescr in org.drools.compiler.lang.descr
Subclasses of ImportDescr in org.drools.compiler.lang.descr Modifier and Type Class Description classAccumulateImportDescrA descriptor for imported static functionsclassFunctionImportDescrA descriptor for imported static functionsMethods in org.drools.compiler.lang.descr that return types with arguments of type ImportDescr Modifier and Type Method Description List<ImportDescr>PackageDescr. getImports()Methods in org.drools.compiler.lang.descr with parameters of type ImportDescr Modifier and Type Method Description voidPackageDescr. addImport(ImportDescr importEntry)Method parameters in org.drools.compiler.lang.descr with type arguments of type ImportDescr Modifier and Type Method Description voidPackageDescr. addAllImports(Collection<ImportDescr> importEntries)
-