Uses of Class
org.jruby.ir.instructions.CallInstr
Packages that use CallInstr
Package
Description
-
Uses of CallInstr in org.jruby.ir
Methods in org.jruby.ir that return CallInstrModifier and TypeMethodDescriptionprivate CallInstrIRBuilder.determineIfProcNew(Node receiverNode, CallInstr callInstr) Methods in org.jruby.ir with parameters of type CallInstrModifier and TypeMethodDescriptionvoidprivate CallInstrIRBuilder.determineIfProcNew(Node receiverNode, CallInstr callInstr) private voidIRBuilder.receiveBreakException(Operand block, CallInstr callInstr) -
Uses of CallInstr in org.jruby.ir.instructions
Subclasses of CallInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclassInstruction representing Ruby code of the form: "a['str']" which is equivalent to: a.[]('str').classclassclassclassclassclassclassMethods in org.jruby.ir.instructions that return CallInstrModifier and TypeMethodDescriptionstatic CallInstrCallInstr.create(IRScope scope, Variable result, RubySymbol name, Operand receiver, Operand[] args, Operand closure) static CallInstrCallInstr.create(IRScope scope, CallType callType, Variable result, RubySymbol name, Operand receiver, Operand[] args, Operand closure) static CallInstrCallInstr.createWithKwargs(IRScope scope, CallType callType, Variable result, RubySymbol name, Operand receiver, Operand[] args, Operand closure, List<KeyValuePair<Operand, Operand>> kwargs) static CallInstrCallInstr.decode(IRReaderDecoder d) -
Uses of CallInstr in org.jruby.ir.instructions.specialized
Subclasses of CallInstr in org.jruby.ir.instructions.specializedModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of CallInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type CallInstr