Package | Description |
---|---|
org.drools.compiler.lang.api | |
org.drools.compiler.lang.api.impl |
Modifier and Type | Method and Description |
---|---|
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilder.name(String type)
Defines the type name
|
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilder.setTrait(boolean trait) |
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilder.superType(String type)
Defines the super type of this type.
|
TypeDeclarationDescrBuilder |
DeclareDescrBuilder.type()
Declares a new type
|
Modifier and Type | Class and Description |
---|---|
class |
TypeDeclarationDescrBuilderImpl |
Modifier and Type | Method and Description |
---|---|
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilderImpl.name(String type) |
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilderImpl.setTrait(boolean trait) |
TypeDeclarationDescrBuilder |
TypeDeclarationDescrBuilderImpl.superType(String type) |
TypeDeclarationDescrBuilder |
DeclareDescrBuilderImpl.type() |
Modifier and Type | Method and Description |
---|---|
AnnotationDescrBuilder<TypeDeclarationDescrBuilder> |
TypeDeclarationDescrBuilderImpl.newAnnotation(String name) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.