|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeDeclarationDescr | |
|---|---|
| org.drools.compiler.builder.impl | |
| 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 | |
| Uses of TypeDeclarationDescr in org.drools.compiler.builder.impl |
|---|
| Methods in org.drools.compiler.builder.impl with parameters of type TypeDeclarationDescr | |
|---|---|
protected TypeFieldDescr |
ClassHierarchyManager.buildInheritedFieldDescrFromDefinition(org.kie.api.definition.type.FactField fld,
TypeDeclarationDescr typeDescr)
|
protected boolean |
ClassHierarchyManager.mergeFields(String simpleSuperTypeName,
String superTypePackageName,
String fullSuper,
TypeDeclarationDescr typeDescr,
List<org.drools.compiler.builder.impl.TypeDefinition> unresolvedTypes,
Map<String,AbstractClassTypeDeclarationDescr> unprocessableDescrs,
org.drools.core.base.TypeResolver resolver)
|
protected boolean |
ClassHierarchyManager.mergeInheritedFields(TypeDeclarationDescr typeDescr,
List<org.drools.compiler.builder.impl.TypeDefinition> unresolvedTypes,
Map<String,AbstractClassTypeDeclarationDescr> unprocessableDescrs,
org.drools.core.base.TypeResolver typeResolver)
In order to build a declared class, the fields inherited from its superclass(es) are added to its declaration. |
| Uses of TypeDeclarationDescr in org.drools.compiler.lang |
|---|
| Methods in org.drools.compiler.lang that return TypeDeclarationDescr | |
|---|---|
TypeDeclarationDescr |
DRL5Parser.typeDeclaration(DeclareDescrBuilder ddb,
boolean isTrait)
typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)? |
TypeDeclarationDescr |
DRL6StrictParser.typeDeclaration(DeclareDescrBuilder ddb,
boolean isTrait)
typeDeclaration := annotation* [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)? |
TypeDeclarationDescr |
DRL6Parser.typeDeclaration(DeclareDescrBuilder ddb,
boolean isTrait)
typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)? |
| Uses of TypeDeclarationDescr in org.drools.compiler.lang.api.impl |
|---|
| Methods in org.drools.compiler.lang.api.impl that return types with arguments of type TypeDeclarationDescr | |
|---|---|
FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>> |
TypeDeclarationDescrBuilderImpl.newField(String name)
|
| Uses of TypeDeclarationDescr in org.drools.compiler.lang.descr |
|---|
| Methods in org.drools.compiler.lang.descr that return types with arguments of type TypeDeclarationDescr | |
|---|---|
List<TypeDeclarationDescr> |
PackageDescr.getTypeDeclarations()
|
| Methods in org.drools.compiler.lang.descr with parameters of type TypeDeclarationDescr | |
|---|---|
void |
PackageDescr.addTypeDeclaration(TypeDeclarationDescr declaration)
|
int |
TypeDeclarationDescr.compareTo(TypeDeclarationDescr descr)
|
|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||