| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Method and Description |
|---|---|
TypedefType._Builder |
TypedefType._Builder.addTo(int key,
Object value) |
static TypedefType._Builder |
TypedefType.builder()
Make a model.TypedefType builder.
|
TypedefType._Builder |
TypedefType._Builder.clear(int key) |
TypedefType._Builder |
TypedefType._Builder.clearDocumentation()
Clears the documentation field.
|
TypedefType._Builder |
TypedefType._Builder.clearName()
Clears the name field.
|
TypedefType._Builder |
TypedefType._Builder.clearType()
Clears the type field.
|
TypedefType._Builder |
TypedefType._Builder.merge(TypedefType from) |
TypedefType._Builder |
Declaration._Builder.mutableDeclTypedef()
Gets the builder for the contained decl_typedef.
|
TypedefType._Builder |
TypedefType.mutate() |
TypedefType._Builder |
TypedefType._Builder.set(int key,
Object value) |
TypedefType._Builder |
TypedefType._Builder.setDocumentation(String value)
Sets the value of documentation.
|
TypedefType._Builder |
TypedefType._Builder.setName(String value)
Sets the value of name.
|
TypedefType._Builder |
TypedefType._Builder.setType(String value)
Sets the value of type.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.