Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.interpreter |
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<IRFlags> |
IRFlags.REQUIRE_ALL_FRAME_EXCEPT_SCOPE |
static java.util.EnumSet<IRFlags> |
IRFlags.REQUIRE_ALL_FRAME_FIELDS |
Modifier and Type | Method and Description |
---|---|
static IRFlags |
IRFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRFlags[] |
IRFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<IRFlags> |
IRScope.getFlags() |
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<IRFlags> |
InterpreterContext.getFlags() |
Copyright © 2001-2018 JRuby. All Rights Reserved.