Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl |
Modifier and Type | Method and Description |
---|---|
static FastSwitchType |
FastSwitchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastSwitchType[] |
FastSwitchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BodyCompiler.compileSequencedConditional(CompilerCallback inputValue,
FastSwitchType fastSwitchType,
Map<CompilerCallback,int[]> switchCases,
List<ArgumentsCallback> conditionals,
List<CompilerCallback> bodies,
CompilerCallback fallback,
boolean outline)
Compile a "sequenced conditional", known as a case/when in Ruby or a switch in Java.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseBodyCompiler.compileSequencedConditional(CompilerCallback inputValue,
FastSwitchType fastSwitchType,
Map<CompilerCallback,int[]> switchCases,
List<ArgumentsCallback> conditionals,
List<CompilerCallback> bodies,
CompilerCallback fallback,
boolean outline) |
Copyright © 2001–2015 JRuby. All rights reserved.