| Package | Description |
|---|---|
| org.jruby.compiler | |
| org.jruby.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
static FastSwitchType |
FastSwitchType.valueOf(java.lang.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,
java.util.Map<CompilerCallback,int[]> switchCases,
java.util.List<ArgumentsCallback> conditionals,
java.util.List<CompilerCallback> bodies,
CompilerCallback fallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseBodyCompiler.compileSequencedConditional(CompilerCallback inputValue,
FastSwitchType fastSwitchType,
java.util.Map<CompilerCallback,int[]> switchCases,
java.util.List<ArgumentsCallback> conditionals,
java.util.List<CompilerCallback> bodies,
CompilerCallback fallback) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.