Uses of Class
org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
Packages that use OneOperandArgNoBlockCallInstr
-
Uses of OneOperandArgNoBlockCallInstr in org.jruby.ir
Methods in org.jruby.ir with parameters of type OneOperandArgNoBlockCallInstrModifier and TypeMethodDescriptionvoidIRVisitor.OneOperandArgNoBlockCallInstr(OneOperandArgNoBlockCallInstr oneOperandArgNoBlockCallInstr) Deprecated. -
Uses of OneOperandArgNoBlockCallInstr in org.jruby.ir.instructions
Subclasses of OneOperandArgNoBlockCallInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclassInstruction representing Ruby code of the form: "a['str']" which is equivalent to: a.[]('str').