JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.jruby.ir.OpClass
Packages that use
OpClass
Package
Description
org.jruby.ir
Uses of
OpClass
in
org.jruby.ir
Fields in
org.jruby.ir
declared as
OpClass
Modifier and Type
Field
Description
final
OpClass
Operation.
opClass
Methods in
org.jruby.ir
that return
OpClass
Modifier and Type
Method
Description
static
OpClass
OpClass.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
OpClass
[]
OpClass.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.