Uses of Class
org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor

Packages that use EnumFieldDescriptor
org.fusesource.hawtbuf.proto.compiler   
org.fusesource.hawtbuf.proto.compiler.parser   
 

Uses of EnumFieldDescriptor in org.fusesource.hawtbuf.proto.compiler
 

Methods in org.fusesource.hawtbuf.proto.compiler that return types with arguments of type EnumFieldDescriptor
 List<EnumFieldDescriptor> MessageDescriptor.getAssociatedEnumFieldDescriptors()
           
 Map<String,EnumFieldDescriptor> EnumDescriptor.getFields()
           
 

Methods in org.fusesource.hawtbuf.proto.compiler with parameters of type EnumFieldDescriptor
 void EnumDescriptor.associate(EnumFieldDescriptor desc)
           
 void TypeDescriptor.associate(EnumFieldDescriptor desc)
           
 void MessageDescriptor.associate(EnumFieldDescriptor desc)
           
 

Method parameters in org.fusesource.hawtbuf.proto.compiler with type arguments of type EnumFieldDescriptor
 void EnumDescriptor.setFields(Map<String,EnumFieldDescriptor> fields)
           
 

Uses of EnumFieldDescriptor in org.fusesource.hawtbuf.proto.compiler.parser
 

Methods in org.fusesource.hawtbuf.proto.compiler.parser that return EnumFieldDescriptor
 EnumFieldDescriptor ProtoParser.EnumFieldDescriptor(EnumDescriptor parent)
          Parses something like: optional string foo = 1;
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.