| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<ConstType,ConstType._Field> |
ConstType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ConstType |
ConstType._Builder.build() |
ConstType |
Declaration.getDeclConst() |
ConstType |
Declaration._Builder.getDeclConst()
Gets the value for the contained decl_const.
|
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<ConstType,ConstType._Field> |
ConstType.descriptor() |
PStructDescriptor<ConstType,ConstType._Field> |
ConstType._Builder.descriptor() |
Optional<ConstType> |
Declaration.optionalDeclConst() |
static PStructDescriptorProvider<ConstType,ConstType._Field> |
ConstType.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
ConstType.compareTo(ConstType other) |
ConstType._Builder |
ConstType._Builder.merge(ConstType from) |
Declaration._Builder |
Declaration._Builder.setDeclConst(ConstType value)
Sets the value of decl_const.
|
static Declaration |
Declaration.withDeclConst(ConstType value) |
| Constructor and Description |
|---|
_Builder(ConstType base)
Make a mutating builder off a base model.ConstType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.