Drools :: Compiler 6.2.0.Final

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

Packages that use QualifiedName
org.drools.compiler.builder.impl   
org.drools.compiler.lang.descr   
 

Uses of QualifiedName in org.drools.compiler.builder.impl
 

Fields in org.drools.compiler.builder.impl with type parameters of type QualifiedName
protected  Map<QualifiedName,Collection<QualifiedName>> ClassHierarchyManager.taxonomy
           
protected  Map<QualifiedName,Collection<QualifiedName>> ClassHierarchyManager.taxonomy
           
 

Methods in org.drools.compiler.builder.impl with parameters of type QualifiedName
protected static boolean ClassHierarchyManager.hasCircularDependency(QualifiedName name, QualifiedName typeName, Map<QualifiedName,Collection<QualifiedName>> taxonomy)
           
 

Method parameters in org.drools.compiler.builder.impl with type arguments of type QualifiedName
protected static boolean ClassHierarchyManager.hasCircularDependency(QualifiedName name, QualifiedName typeName, Map<QualifiedName,Collection<QualifiedName>> taxonomy)
           
protected static boolean ClassHierarchyManager.hasCircularDependency(QualifiedName name, QualifiedName typeName, Map<QualifiedName,Collection<QualifiedName>> taxonomy)
           
 

Uses of QualifiedName in org.drools.compiler.lang.descr
 

Methods in org.drools.compiler.lang.descr that return QualifiedName
 QualifiedName AbstractClassTypeDeclarationDescr.getType()
           
 

Methods in org.drools.compiler.lang.descr that return types with arguments of type QualifiedName
 List<QualifiedName> TypeDeclarationDescr.getSuperTypes()
           
 List<QualifiedName> EnumDeclarationDescr.getSuperTypes()
           
 List<QualifiedName> AbstractClassTypeDeclarationDescr.getSuperTypes()
           
 

Methods in org.drools.compiler.lang.descr with parameters of type QualifiedName
 void TypeDeclarationDescr.addSuperType(QualifiedName type)
           
 void AbstractClassTypeDeclarationDescr.setType(QualifiedName qname)
           
 


Drools :: Compiler 6.2.0.Final

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