Package | Description |
---|---|
org.jruby.cext |
Modifier and Type | Class and Description |
---|---|
class |
NativeMethod0
NativeMethod0 represents an arity-0 native method. |
class |
NativeMethod1
NativeMethod1 represents an arity-1 native method. |
class |
NativeMethod2
NativeMethod2 represents an arity-2 native method. |
class |
NativeMethod3
NativeMethod3 represents an arity-3 native method. |
class |
NativeProcMethod
A
NativeProcMethod represents native functions that are wrapped in a RubyProc
object. |
Copyright © 2001-2016 JRuby. All Rights Reserved.