| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.targets | |
| org.jruby.ir.targets.indy | |
| org.jruby.ir.targets.simple |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.AsStringInstr(AsStringInstr asstring) |
| Modifier and Type | Method and Description |
|---|---|
static AsStringInstr |
AsStringInstr.decode(IRReaderDecoder d) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationCompiler.asString(AsStringInstr call,
java.lang.String scopeFieldName,
java.lang.String file)
Coerces the receiver to a String using to_s, unless it is already a String
Stack required: context, caller, receiver
|
void |
JVMVisitor.AsStringInstr(AsStringInstr asstring) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndyInvocationCompiler.asString(AsStringInstr call,
java.lang.String scopeFieldName,
java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
NormalInvocationCompiler.asString(AsStringInstr call,
java.lang.String scopeFieldName,
java.lang.String file) |
Copyright © 2001-2023 JRuby. All Rights Reserved.