| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.targets |
| Modifier and Type | Field and Description |
|---|---|
private BooleanLiteral |
IRManager.falseObject |
private BooleanLiteral |
IRManager.trueObject |
| Modifier and Type | Method and Description |
|---|---|
BooleanLiteral |
IRManager.getFalse() |
BooleanLiteral |
IRManager.getTrue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.BooleanLiteral(BooleanLiteral booleanliteral) |
| Modifier and Type | Field and Description |
|---|---|
private BooleanLiteral |
ToAryInstr.dontToAryArrays |
| Modifier and Type | Method and Description |
|---|---|
private Operand |
NotInstr.flipLogical(IRScope scope,
BooleanLiteral value) |
| Constructor and Description |
|---|
ToAryInstr(Variable result,
Operand array,
BooleanLiteral dontToAryArrays) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.BooleanLiteral(BooleanLiteral booleanliteral) |