|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumDescriptor | |
|---|---|
| org.fusesource.hawtbuf.proto.compiler | |
| org.fusesource.hawtbuf.proto.compiler.parser | |
| Uses of EnumDescriptor in org.fusesource.hawtbuf.proto.compiler |
|---|
| Methods in org.fusesource.hawtbuf.proto.compiler that return EnumDescriptor | |
|---|---|
EnumDescriptor |
EnumFieldDescriptor.getParent()
|
| Methods in org.fusesource.hawtbuf.proto.compiler that return types with arguments of type EnumDescriptor | |
|---|---|
Map<String,EnumDescriptor> |
ProtoDescriptor.getEnums()
|
Map<String,EnumDescriptor> |
MessageDescriptor.getEnums()
|
| Method parameters in org.fusesource.hawtbuf.proto.compiler with type arguments of type EnumDescriptor | |
|---|---|
void |
ProtoDescriptor.setEnums(Map<String,EnumDescriptor> enums)
|
void |
MessageDescriptor.setEnums(Map<String,EnumDescriptor> enums)
|
| Constructors in org.fusesource.hawtbuf.proto.compiler with parameters of type EnumDescriptor | |
|---|---|
EnumFieldDescriptor(EnumDescriptor parent)
|
|
| Uses of EnumDescriptor in org.fusesource.hawtbuf.proto.compiler.parser |
|---|
| Methods in org.fusesource.hawtbuf.proto.compiler.parser that return EnumDescriptor | |
|---|---|
EnumDescriptor |
ProtoParser.EnumDescriptor(ProtoDescriptor proto,
MessageDescriptor parent)
|
| Methods in org.fusesource.hawtbuf.proto.compiler.parser with parameters of type EnumDescriptor | |
|---|---|
EnumFieldDescriptor |
ProtoParser.EnumFieldDescriptor(EnumDescriptor parent)
Parses something like: optional string foo = 1; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||