public interface TypeDeclarationDescrBuilder extends AnnotatedDescrBuilder<TypeDeclarationDescrBuilder>, AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>
Modifier and Type | Method and Description |
---|---|
TypeDeclarationDescrBuilder |
name(String type)
Defines the type name
|
TypeDeclarationDescrBuilder |
setTrait(boolean trait) |
TypeDeclarationDescrBuilder |
superType(String type)
Defines the super type of this type.
|
newAnnotation
newField
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
TypeDeclarationDescrBuilder name(String type)
type
- the type nameTypeDeclarationDescrBuilder superType(String type)
type
- the super type for this typeTypeDeclarationDescrBuilder setTrait(boolean trait)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.