| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.model.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enum> |
AbstractUserTypeContainer.enums |
| Modifier and Type | Method and Description |
|---|---|
default Enum |
EnumContainer.getEnum(String name)
Get enum that is declared under this container.
|
Enum |
EnumConstant.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Enum> |
EnumContainer.getEnums() |
List<Enum> |
AbstractUserTypeContainer.getEnums() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnumContainer.addEnum(Enum e) |
void |
AbstractUserTypeContainer.addEnum(Enum e) |
void |
EnumConstant.setParent(Enum parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserTypeContainer.setEnums(List<Enum> enums) |
| Constructor and Description |
|---|
EnumConstant(Enum parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoTreeWalker.EnumOperation.process(Enum e) |
Copyright © 2015–2016. All rights reserved.