| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
protected List<EnumConstant> |
Enum.constants |
| Modifier and Type | Method and Description |
|---|---|
EnumConstant |
Enum.getConstant(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EnumConstant> |
Enum.getConstants() |
| Modifier and Type | Method and Description |
|---|---|
void |
Enum.addConstant(EnumConstant value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Enum.setConstants(List<EnumConstant> constants) |
| Modifier and Type | Method and Description |
|---|---|
ProtoWalker |
ProtoWalker.onEnumConstant(ProtoWalker.ContextlessProcessor<EnumConstant> processor) |
ProtoWalker |
ProtoWalker.onEnumConstant(ProtoWalker.Processor<EnumConstant> processor) |
Copyright © 2015–2017. All rights reserved.