|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastSwitchType | |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl |
Uses of FastSwitchType in org.jruby.compiler |
---|
Methods in org.jruby.compiler that return FastSwitchType | |
---|---|
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. |
Methods in org.jruby.compiler with parameters of type FastSwitchType | |
---|---|
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)
|
Uses of FastSwitchType in org.jruby.compiler.impl |
---|
Methods in org.jruby.compiler.impl with parameters of type FastSwitchType | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |