| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Method and Description |
|---|---|
ConstType._Builder |
ConstType._Builder.addTo(int key,
Object value) |
static ConstType._Builder |
ConstType.builder()
Make a model.ConstType builder.
|
ConstType._Builder |
ConstType._Builder.clear(int key) |
ConstType._Builder |
ConstType._Builder.clearAnnotations()
Clears the annotations field.
|
ConstType._Builder |
ConstType._Builder.clearDocumentation()
Clears the documentation field.
|
ConstType._Builder |
ConstType._Builder.clearName()
Clears the name field.
|
ConstType._Builder |
ConstType._Builder.clearStartLineNo()
Note the start of the const in the parsed thrift file, this can be used
for making more accurate exception / parse data from the const parser.
|
ConstType._Builder |
ConstType._Builder.clearStartLinePos()
Clears the start_line_pos field.
|
ConstType._Builder |
ConstType._Builder.clearType()
Clears the type field.
|
ConstType._Builder |
ConstType._Builder.clearValue()
Clears the value field.
|
ConstType._Builder |
ConstType._Builder.merge(ConstType from) |
ConstType._Builder |
Declaration._Builder.mutableDeclConst()
Gets the builder for the contained decl_const.
|
ConstType._Builder |
ConstType.mutate() |
ConstType._Builder |
ConstType._Builder.putInAnnotations(String key,
String value)
Adds a mapping to annotations.
|
ConstType._Builder |
ConstType._Builder.set(int key,
Object value) |
ConstType._Builder |
ConstType._Builder.setAnnotations(Map<String,String> value)
Sets the value of annotations.
|
ConstType._Builder |
ConstType._Builder.setDocumentation(String value)
Sets the value of documentation.
|
ConstType._Builder |
ConstType._Builder.setName(String value)
Sets the value of name.
|
ConstType._Builder |
ConstType._Builder.setStartLineNo(int value)
Note the start of the const in the parsed thrift file, this can be used
for making more accurate exception / parse data from the const parser.
|
ConstType._Builder |
ConstType._Builder.setStartLinePos(int value)
Sets the value of start_line_pos.
|
ConstType._Builder |
ConstType._Builder.setType(String value)
Sets the value of type.
|
ConstType._Builder |
ConstType._Builder.setValue(String value)
Sets the value of value.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.