jruby/docs BETA
Navigation
org.jruby.ext.ffi.jffi.Factory 2
C LastError
C WinapiLastError
LastError — members 3
C new()
M error(context, recv) IRubyObject
M error_set(context, recv, value) IRubyObject

org.jruby.ext.ffi.jffi.Factory.LastError

class final 3 members

Constructors

new

new ( )
Java: <init>()

Class Methods

error

IRubyObject error ( ThreadContext context, IRubyObject recv )
Java: error(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv)

error_set

IRubyObject error_set ( ThreadContext context, IRubyObject recv, IRubyObject value )
Java: error_set(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject value)