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

Public Member Functions

 RubyBuilder (Ruby runtime, RubyClass metaClass)
 
IRubyObject initialize (ThreadContext context)
 
IRubyObject addMessage (ThreadContext context, IRubyObject name, Block block)
 
IRubyObject addEnum (ThreadContext context, IRubyObject name, Block block)
 
IRubyObject finalizeToPool (ThreadContext context, IRubyObject rbPool)
 

Static Public Member Functions

static void createRubyBuilder (Ruby runtime)
 

Protected Attributes

RubyArray pendingList
 

Constructor & Destructor Documentation

◆ RubyBuilder()

com.google.protobuf.jruby.RubyBuilder.RubyBuilder ( Ruby  runtime,
RubyClass  metaClass 
)
inline

Member Function Documentation

◆ addEnum()

IRubyObject com.google.protobuf.jruby.RubyBuilder.addEnum ( ThreadContext  context,
IRubyObject  name,
Block  block 
)
inline

◆ addMessage()

IRubyObject com.google.protobuf.jruby.RubyBuilder.addMessage ( ThreadContext  context,
IRubyObject  name,
Block  block 
)
inline

◆ createRubyBuilder()

static void com.google.protobuf.jruby.RubyBuilder.createRubyBuilder ( Ruby  runtime)
inlinestatic

◆ finalizeToPool()

IRubyObject com.google.protobuf.jruby.RubyBuilder.finalizeToPool ( ThreadContext  context,
IRubyObject  rbPool 
)
inline

◆ initialize()

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

Member Data Documentation

◆ pendingList

RubyArray com.google.protobuf.jruby.RubyBuilder.pendingList
protected

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