Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions.defined | |
org.jruby.ir.operands | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.StringLiteral(StringLiteral stringliteral) |
Modifier and Type | Method and Description |
---|---|
StringLiteral |
DefinedObjectNameInstr.getName() |
StringLiteral |
GlobalIsDefinedInstr.getName() |
Constructor and Description |
---|
ClassVarIsDefinedInstr(Variable result,
Operand module,
StringLiteral name) |
GetDefinedConstantOrMethodInstr(Variable result,
Operand object,
StringLiteral name) |
GlobalIsDefinedInstr(Variable result,
StringLiteral name) |
HasInstanceVarInstr(Variable result,
Operand object,
StringLiteral name) |
IsMethodBoundInstr(Variable result,
Operand object,
StringLiteral name) |
MethodDefinedInstr(Variable result,
Operand object,
StringLiteral methodName) |
MethodIsPublicInstr(Variable result,
Operand object,
StringLiteral name) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompoundString.isSameEncoding(StringLiteral str) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.StringLiteral(StringLiteral stringliteral) |
Copyright © 2001–2016 JRuby. All rights reserved.