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 with parameters of type CallInstr -
Uses of CallInstr in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return CallInstrModifier and TypeMethodDescriptionprotected CallInstr
IRBuilder.determineSuperInstr
(Variable result, Operand[] args, Operand block, int flags, boolean inClassBody, boolean isInstanceMethod) Methods in org.jruby.ir.builder with parameters of type CallInstrModifier and TypeMethodDescriptionprotected void
IRBuilder.receiveBreakException
(Operand block, CallInstr callInstr) -
Uses of CallInstr in org.jruby.ir.instructions
Subclasses of CallInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclass
Instruction representing Ruby code of the form: "a['str']" which is equivalent to: a.[]('str').class
class
class
class
class
class
class
Methods in org.jruby.ir.instructions that return CallInstr -
Uses of CallInstr in org.jruby.ir.instructions.specialized
Subclasses of CallInstr in org.jruby.ir.instructions.specializedModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of CallInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type CallInstr