| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<TypedefType,TypedefType._Field> |
TypedefType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
TypedefType |
TypedefType._Builder.build() |
TypedefType |
Declaration.getDeclTypedef() |
TypedefType |
Declaration._Builder.getDeclTypedef() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<TypedefType,TypedefType._Field> |
TypedefType.descriptor() |
PStructDescriptor<TypedefType,TypedefType._Field> |
TypedefType._Builder.descriptor() |
Optional<TypedefType> |
Declaration.optionalDeclTypedef() |
static PStructDescriptorProvider<TypedefType,TypedefType._Field> |
TypedefType.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
TypedefType.compareTo(TypedefType other) |
TypedefType._Builder |
TypedefType._Builder.merge(TypedefType from) |
Declaration._Builder |
Declaration._Builder.setDeclTypedef(TypedefType value)
Set the
decl_typedef field value. |
static Declaration |
Declaration.withDeclTypedef(TypedefType value) |
| Constructor and Description |
|---|
_Builder(TypedefType base)
Make a mutating builder off a base pmodel.TypedefType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.