Uses of Interface
org.jruby.ir.instructions.ClosureAcceptingInstr
Packages that use ClosureAcceptingInstr
Package
Description
-
Uses of ClosureAcceptingInstr in org.jruby.ir.instructions
Classes in org.jruby.ir.instructions that implement ClosureAcceptingInstrModifier and TypeClassDescriptionclassInstruction representing Ruby code of the form: "a['str']" which is equivalent to: a.[]('str').classclassclassclassclassclassclassclassclassclassclassclass -
Uses of ClosureAcceptingInstr in org.jruby.ir.instructions.specialized
Classes in org.jruby.ir.instructions.specialized that implement ClosureAcceptingInstrModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of ClosureAcceptingInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type ClosureAcceptingInstrModifier and TypeMethodDescriptionIRBytecodeAdapter.BlockPassType.fromIR(ClosureAcceptingInstr callInstr)