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