Drools :: Compiler 6.1.0.Final

Uses of Class
org.drools.compiler.lang.descr.TypeDeclarationDescr

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 TypeDeclarationBuilder.buildInheritedFieldDescrFromDefinition(org.kie.api.definition.type.FactField fld, TypeDeclarationDescr typeDescr)
           
 

Method parameters in org.drools.compiler.builder.impl with type arguments of type TypeDeclarationDescr
 void TypeDeclarationBuilder.processTypeDeclaration(PackageRegistry pkgRegistry, AbstractClassTypeDeclarationDescr typeDescr, Collection<AbstractClassTypeDeclarationDescr> sortedTypeDescriptors, List<org.drools.compiler.builder.impl.TypeDefinition> unresolvedTypes, Map<String,TypeDeclarationDescr> unprocessableDescrs)
           
 

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 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.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.