Uses of Class
org.drools.compiler.lang.descr.QualifiedName
-
Packages that use QualifiedName Package Description 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 Modifier and Type Field Description protected Map<QualifiedName,Collection<QualifiedName>>ClassHierarchyManager. taxonomyprotected Map<QualifiedName,Collection<QualifiedName>>ClassHierarchyManager. taxonomyMethods in org.drools.compiler.builder.impl with parameters of type QualifiedName Modifier and Type Method Description protected static booleanClassHierarchyManager. hasCircularDependency(QualifiedName name, QualifiedName typeName, Map<QualifiedName,Collection<QualifiedName>> taxonomy)Method parameters in org.drools.compiler.builder.impl with type arguments of type QualifiedName Modifier and Type Method Description protected static booleanClassHierarchyManager. hasCircularDependency(QualifiedName name, QualifiedName typeName, Map<QualifiedName,Collection<QualifiedName>> taxonomy)protected static booleanClassHierarchyManager. 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 Modifier and Type Method Description QualifiedNameAbstractClassTypeDeclarationDescr. getType()Methods in org.drools.compiler.lang.descr that return types with arguments of type QualifiedName Modifier and Type Method Description List<QualifiedName>AbstractClassTypeDeclarationDescr. getSuperTypes()List<QualifiedName>EnumDeclarationDescr. getSuperTypes()List<QualifiedName>TypeDeclarationDescr. getSuperTypes()Methods in org.drools.compiler.lang.descr with parameters of type QualifiedName Modifier and Type Method Description voidTypeDeclarationDescr. addSuperType(QualifiedName type)voidAbstractClassTypeDeclarationDescr. setType(QualifiedName qname)
-