| Package | Description |
|---|---|
| org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
| org.drools.core.rule.builder.dialect.asm | |
| org.drools.core.spi |
| Modifier and Type | Method and Description |
|---|---|
PredicateExpression |
PredicateConstraint.getPredicateExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
PredicateConstraint.setPredicateExpression(PredicateExpression expression) |
| Constructor and Description |
|---|
PredicateConstraint(PredicateExpression evaluator) |
PredicateConstraint(PredicateExpression expression,
Declaration[] previousDeclarations,
Declaration[] localDeclarations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PredicateStub |
| Modifier and Type | Method and Description |
|---|---|
void |
PredicateStub.setPredicate(PredicateExpression predicate) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PredicateExpression.SafePredicateExpression |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PredicateExpression.isCompiledInvoker(PredicateExpression expression) |
| Constructor and Description |
|---|
SafePredicateExpression(PredicateExpression delegate) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.