Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.descr | |
org.drools.compiler.rule.builder.dialect.java | |
org.drools.compiler.rule.builder.dialect.mvel |
Modifier and Type | Method and Description |
---|---|
void |
PackageRegistry.addImport(ImportDescr importDescr) |
void |
DialectCompiletimeRegistry.addImport(ImportDescr importDescr)
Iterates all registered dialects, informing them of an import added to the PackageBuilder
|
void |
Dialect.addImport(ImportDescr importDescr) |
void |
PackageRegistry.addStaticImport(ImportDescr importDescr) |
void |
DialectCompiletimeRegistry.addStaticImport(ImportDescr importDescr)
Iterates all registered dialects, informing them of a static imports added to the PackageBuilder
|
void |
Dialect.addStaticImport(ImportDescr importDescr) |
Constructor and Description |
---|
ImportError(ImportDescr importDescr,
int line) |
Modifier and Type | Method and Description |
---|---|
ImportDescr |
DRL5Parser.importStatement(PackageDescrBuilder pkg)
importStatement := IMPORT (FUNCTION|STATIC)?
|
ImportDescr |
DRL6Parser.importStatement(PackageDescrBuilder pkg)
importStatement := IMPORT ((FUNCTION|STATIC)?
|
Modifier and Type | Class and Description |
---|---|
class |
AccumulateImportDescr
A descriptor for imported static functions
|
class |
FunctionImportDescr
A descriptor for imported static functions
|
Modifier and Type | Method and Description |
---|---|
List<ImportDescr> |
PackageDescr.getImports() |
Modifier and Type | Method and Description |
---|---|
void |
PackageDescr.addImport(ImportDescr importEntry) |
Modifier and Type | Method and Description |
---|---|
void |
PackageDescr.addAllImports(Collection<ImportDescr> importEntries) |
Modifier and Type | Method and Description |
---|---|
void |
JavaDialect.addImport(ImportDescr importDescr) |
void |
JavaDialect.addStaticImport(ImportDescr importDescr) |
Modifier and Type | Method and Description |
---|---|
void |
MVELDialect.addImport(ImportDescr importDescr) |
void |
MVELDialect.addStaticImport(ImportDescr importDescr) |
void |
MVELDialect.addStaticPackageImport(ImportDescr importDescr) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.