Uses of Class
org.fusesource.hawtbuf.proto.compiler.EnumDescriptor
Packages that use EnumDescriptor
Package
Description
-
Uses of EnumDescriptor in org.fusesource.hawtbuf.proto.compiler
Fields in org.fusesource.hawtbuf.proto.compiler declared as EnumDescriptorFields in org.fusesource.hawtbuf.proto.compiler with type parameters of type EnumDescriptorModifier and TypeFieldDescriptionprivate Map<String, EnumDescriptor> MessageDescriptor.enumsprivate Map<String, EnumDescriptor> ProtoDescriptor.enumsMethods in org.fusesource.hawtbuf.proto.compiler that return EnumDescriptorMethods in org.fusesource.hawtbuf.proto.compiler that return types with arguments of type EnumDescriptorMethods in org.fusesource.hawtbuf.proto.compiler with parameters of type EnumDescriptorModifier and TypeMethodDescriptionprivate voidAltJavaGenerator.generateEnum(EnumDescriptor ed) private voidJavaGenerator.generateEnum(EnumDescriptor ed) private voidAltJavaGenerator.generateParseDelegate(EnumDescriptor descriptor, String methodName, String inputType, String exceptions) Method parameters in org.fusesource.hawtbuf.proto.compiler with type arguments of type EnumDescriptorModifier and TypeMethodDescriptionvoidMessageDescriptor.setEnums(Map<String, EnumDescriptor> enums) voidProtoDescriptor.setEnums(Map<String, EnumDescriptor> enums) Constructors in org.fusesource.hawtbuf.proto.compiler with parameters of type EnumDescriptor -
Uses of EnumDescriptor in org.fusesource.hawtbuf.proto.compiler.parser
Methods in org.fusesource.hawtbuf.proto.compiler.parser that return EnumDescriptorModifier and TypeMethodDescriptionfinal EnumDescriptorProtoParser.EnumDescriptor(ProtoDescriptor proto, MessageDescriptor parent) Methods in org.fusesource.hawtbuf.proto.compiler.parser with parameters of type EnumDescriptorModifier and TypeMethodDescriptionfinal EnumFieldDescriptorProtoParser.EnumFieldDescriptor(EnumDescriptor parent) Parses something like: optional string foo = 1;