Uses of Interface
org.drools.drl.ast.dsl.TypeDeclarationDescrBuilder
-
Packages that use TypeDeclarationDescrBuilder Package Description org.drools.drl.ast.dsl org.drools.drl.ast.dsl.impl -
-
Uses of TypeDeclarationDescrBuilder in org.drools.drl.ast.dsl
Methods in org.drools.drl.ast.dsl that return TypeDeclarationDescrBuilder Modifier and Type Method Description TypeDeclarationDescrBuilderTypeDeclarationDescrBuilder. name(java.lang.String type)Defines the type nameTypeDeclarationDescrBuilderTypeDeclarationDescrBuilder. setTrait(boolean trait)TypeDeclarationDescrBuilderTypeDeclarationDescrBuilder. superType(java.lang.String type)Defines the super type of this type.TypeDeclarationDescrBuilderDeclareDescrBuilder. type()Declares a new type -
Uses of TypeDeclarationDescrBuilder in org.drools.drl.ast.dsl.impl
Classes in org.drools.drl.ast.dsl.impl that implement TypeDeclarationDescrBuilder Modifier and Type Class Description classTypeDeclarationDescrBuilderImplMethods in org.drools.drl.ast.dsl.impl that return TypeDeclarationDescrBuilder Modifier and Type Method Description TypeDeclarationDescrBuilderTypeDeclarationDescrBuilderImpl. name(java.lang.String type)TypeDeclarationDescrBuilderTypeDeclarationDescrBuilderImpl. setTrait(boolean trait)TypeDeclarationDescrBuilderTypeDeclarationDescrBuilderImpl. superType(java.lang.String type)TypeDeclarationDescrBuilderDeclareDescrBuilderImpl. type()Methods in org.drools.drl.ast.dsl.impl that return types with arguments of type TypeDeclarationDescrBuilder Modifier and Type Method Description AnnotationDescrBuilder<TypeDeclarationDescrBuilder>TypeDeclarationDescrBuilderImpl. newAnnotation(java.lang.String name)
-