Uses of Class
org.jruby.ir.operands.WrappedIRClosure
Packages that use WrappedIRClosure
Package
Description
-
Uses of WrappedIRClosure in org.jruby.ir
Methods in org.jruby.ir with parameters of type WrappedIRClosureModifier and TypeMethodDescriptionvoidIRVisitor.WrappedIRClosure(WrappedIRClosure wrappedirclosure) -
Uses of WrappedIRClosure in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return WrappedIRClosureModifier and TypeMethodDescriptionRecordEndBlockInstr.getEndBlockClosure()BuildLambdaInstr.getLambdaBody()Constructors in org.jruby.ir.instructions with parameters of type WrappedIRClosureModifierConstructorDescriptionBuildLambdaInstr(Variable result, WrappedIRClosure lambdaBody) The position for the blockRecordEndBlockInstr(IRScope declaringScope, WrappedIRClosure endBlockClosure) -
Uses of WrappedIRClosure in org.jruby.ir.operands
Methods in org.jruby.ir.operands that return WrappedIRClosureModifier and TypeMethodDescriptionstatic WrappedIRClosureWrappedIRClosure.decode(IRReaderDecoder d) -
Uses of WrappedIRClosure in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence with parameters of type WrappedIRClosureModifier and TypeMethodDescriptionvoidIRDumper.WrappedIRClosure(WrappedIRClosure wrappedirclosure) -
Uses of WrappedIRClosure in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type WrappedIRClosureModifier and TypeMethodDescriptionvoidJVMVisitor.WrappedIRClosure(WrappedIRClosure wrappedirclosure)