ConstType._Builder |
ConstType._Builder.addTo(int key,
java.lang.Object value) |
|
static ConstType._Builder |
ConstType.builder() |
Make a providence_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(java.lang.String key,
java.lang.String value) |
Adds a mapping to annotations.
|
ConstType._Builder |
ConstType._Builder.set(int key,
java.lang.Object value) |
|
ConstType._Builder |
ConstType._Builder.setAnnotations(java.util.Map<java.lang.String,java.lang.String> value) |
Sets the value of annotations.
|
ConstType._Builder |
ConstType._Builder.setDocumentation(java.lang.String value) |
Sets the value of documentation.
|
ConstType._Builder |
ConstType._Builder.setName(java.lang.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(java.lang.String value) |
Sets the value of type.
|
ConstType._Builder |
ConstType._Builder.setValue(java.lang.String value) |
Sets the value of value.
|