| 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()
Gets the value for the contained decl_typedef.
|
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<TypedefType,TypedefType._Field> |
TypedefType.descriptor() |
PStructDescriptor<TypedefType,TypedefType._Field> |
TypedefType._Builder.descriptor() |
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)
Sets the value of decl_typedef.
|
static Declaration |
Declaration.withDeclTypedef(TypedefType value) |
| Constructor and Description |
|---|
_Builder(TypedefType base)
Make a mutating builder off a base model.TypedefType.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.