public class EditableTypeParamDef extends TypeParamDef implements Editable<TypeParamDefBuilder>
ALSO_IMPORT, INIT, INIT_FUNCTION, LAZY_INIT| Constructor and Description |
|---|
EditableTypeParamDef(java.lang.String name,
java.util.List<ClassRef> bounds,
java.util.Map<AttributeKey,java.lang.Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
TypeParamDefBuilder |
edit() |
equals, getBounds, getName, hashCode, toReference, toStringgetAttribute, getAttributes, hasAttributepublic EditableTypeParamDef(java.lang.String name,
java.util.List<ClassRef> bounds,
java.util.Map<AttributeKey,java.lang.Object> attributes)
public TypeParamDefBuilder edit()
edit in interface Editable<TypeParamDefBuilder>Copyright © 2018. All Rights Reserved.