webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
com.google.protobuf.jruby.RubyOneofDescriptor Class Reference
Inheritance diagram for com.google.protobuf.jruby.RubyOneofDescriptor:

Public Member Functions

 RubyOneofDescriptor (Ruby ruby, RubyClass rubyClass)
 
IRubyObject initialize (ThreadContext context)
 
IRubyObject getName (ThreadContext context)
 
IRubyObject setName (ThreadContext context, IRubyObject name)
 
IRubyObject addField (ThreadContext context, IRubyObject obj)
 
IRubyObject each (ThreadContext context, Block block)
 
DescriptorProtos.OneofDescriptorProto build (int index)
 

Static Public Member Functions

static void createRubyOneofDescriptor (Ruby runtime)
 

Protected Member Functions

Collection< RubyFieldDescriptorgetFields ()
 
Descriptors.OneofDescriptor getOneofDescriptor ()
 

Constructor & Destructor Documentation

◆ RubyOneofDescriptor()

com.google.protobuf.jruby.RubyOneofDescriptor.RubyOneofDescriptor ( Ruby  ruby,
RubyClass  rubyClass 
)
inline

Member Function Documentation

◆ addField()

IRubyObject com.google.protobuf.jruby.RubyOneofDescriptor.addField ( ThreadContext  context,
IRubyObject  obj 
)
inline

◆ build()

DescriptorProtos.OneofDescriptorProto com.google.protobuf.jruby.RubyOneofDescriptor.build ( int  index)
inline

◆ createRubyOneofDescriptor()

static void com.google.protobuf.jruby.RubyOneofDescriptor.createRubyOneofDescriptor ( Ruby  runtime)
inlinestatic

◆ each()

IRubyObject com.google.protobuf.jruby.RubyOneofDescriptor.each ( ThreadContext  context,
Block  block 
)
inline

◆ getFields()

Collection<RubyFieldDescriptor> com.google.protobuf.jruby.RubyOneofDescriptor.getFields ( )
inlineprotected

◆ getName()

IRubyObject com.google.protobuf.jruby.RubyOneofDescriptor.getName ( ThreadContext  context)
inline

◆ getOneofDescriptor()

Descriptors.OneofDescriptor com.google.protobuf.jruby.RubyOneofDescriptor.getOneofDescriptor ( )
inlineprotected

◆ initialize()

IRubyObject com.google.protobuf.jruby.RubyOneofDescriptor.initialize ( ThreadContext  context)
inline

◆ setName()

IRubyObject com.google.protobuf.jruby.RubyOneofDescriptor.setName ( ThreadContext  context,
IRubyObject  name 
)
inline

The documentation for this class was generated from the following file: