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.api.impl | |
org.drools.compiler.lang.descr |
Modifier and Type | Method and Description |
---|---|
protected TypeFieldDescr |
PackageBuilder.buildInheritedFieldDescrFromDefinition(org.kie.api.definition.type.FactField fld,
TypeDeclarationDescr typeDescr) |
Modifier and Type | Method and Description |
---|---|
TypeDeclarationDescr |
DRL6Parser.typeDeclaration(DeclareDescrBuilder ddb,
boolean isTrait)
typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)?
|
TypeDeclarationDescr |
DRL5Parser.typeDeclaration(DeclareDescrBuilder ddb,
boolean isTrait)
typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)?
|
Modifier and Type | Method and Description |
---|---|
FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>> |
TypeDeclarationDescrBuilderImpl.newField(String name) |
Modifier and Type | Method and Description |
---|---|
List<TypeDeclarationDescr> |
PackageDescr.getTypeDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
PackageDescr.addTypeDeclaration(TypeDeclarationDescr declaration) |
int |
TypeDeclarationDescr.compareTo(TypeDeclarationDescr descr) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.