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.RubyFieldDescriptor Class Reference
Inheritance diagram for com.google.protobuf.jruby.RubyFieldDescriptor:

Public Member Functions

 RubyFieldDescriptor (Ruby runtime, RubyClass klazz)
 
IRubyObject initialize (ThreadContext context)
 
IRubyObject getLabel (ThreadContext context)
 
IRubyObject setLabel (ThreadContext context, IRubyObject value)
 
IRubyObject getName (ThreadContext context)
 
IRubyObject setName (ThreadContext context, IRubyObject value)
 
IRubyObject getSubType (ThreadContext context)
 
IRubyObject getType (ThreadContext context)
 
IRubyObject setType (ThreadContext context, IRubyObject value)
 
IRubyObject getnumber (ThreadContext context)
 
IRubyObject setNumber (ThreadContext context, IRubyObject value)
 
IRubyObject setSubmsgName (ThreadContext context, IRubyObject name)
 
IRubyObject getValue (ThreadContext context, IRubyObject msgRb)
 
IRubyObject setValue (ThreadContext context, IRubyObject msgRb, IRubyObject value)
 

Static Public Member Functions

static void createRubyFileDescriptor (Ruby runtime)
 

Protected Member Functions

void setSubType (IRubyObject rubyDescriptor)
 
void setFieldDef (Descriptors.FieldDescriptor fieldDescriptor)
 
void setOneofName (IRubyObject name)
 
void setOneofIndex (int index)
 
IRubyObject getOneofName ()
 
Descriptors.FieldDescriptor getFieldDef ()
 
DescriptorProtos.FieldDescriptorProto build ()
 

Constructor & Destructor Documentation

◆ RubyFieldDescriptor()

com.google.protobuf.jruby.RubyFieldDescriptor.RubyFieldDescriptor ( Ruby  runtime,
RubyClass  klazz 
)
inline

Member Function Documentation

◆ build()

DescriptorProtos.FieldDescriptorProto com.google.protobuf.jruby.RubyFieldDescriptor.build ( )
inlineprotected

◆ createRubyFileDescriptor()

static void com.google.protobuf.jruby.RubyFieldDescriptor.createRubyFileDescriptor ( Ruby  runtime)
inlinestatic

◆ getFieldDef()

Descriptors.FieldDescriptor com.google.protobuf.jruby.RubyFieldDescriptor.getFieldDef ( )
inlineprotected

◆ getLabel()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getLabel ( ThreadContext  context)
inline

◆ getName()

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

◆ getnumber()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getnumber ( ThreadContext  context)
inline

◆ getOneofName()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getOneofName ( )
inlineprotected

◆ getSubType()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getSubType ( ThreadContext  context)
inline

◆ getType()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getType ( ThreadContext  context)
inline

◆ getValue()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.getValue ( ThreadContext  context,
IRubyObject  msgRb 
)
inline

◆ initialize()

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

◆ setFieldDef()

void com.google.protobuf.jruby.RubyFieldDescriptor.setFieldDef ( Descriptors.FieldDescriptor  fieldDescriptor)
inlineprotected

◆ setLabel()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setLabel ( ThreadContext  context,
IRubyObject  value 
)
inline

◆ setName()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setName ( ThreadContext  context,
IRubyObject  value 
)
inline

◆ setNumber()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setNumber ( ThreadContext  context,
IRubyObject  value 
)
inline

◆ setOneofIndex()

void com.google.protobuf.jruby.RubyFieldDescriptor.setOneofIndex ( int  index)
inlineprotected

◆ setOneofName()

void com.google.protobuf.jruby.RubyFieldDescriptor.setOneofName ( IRubyObject  name)
inlineprotected

◆ setSubmsgName()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setSubmsgName ( ThreadContext  context,
IRubyObject  name 
)
inline

◆ setSubType()

void com.google.protobuf.jruby.RubyFieldDescriptor.setSubType ( IRubyObject  rubyDescriptor)
inlineprotected

◆ setType()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setType ( ThreadContext  context,
IRubyObject  value 
)
inline

◆ setValue()

IRubyObject com.google.protobuf.jruby.RubyFieldDescriptor.setValue ( ThreadContext  context,
IRubyObject  msgRb,
IRubyObject  value 
)
inline

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