Uses of Class
org.jruby.ir.instructions.AttrAssignInstr
Packages that use AttrAssignInstr
Package
Description
-
Uses of AttrAssignInstr in org.jruby.ir
Methods in org.jruby.ir with parameters of type AttrAssignInstrModifier and TypeMethodDescriptionvoid
IRVisitor.AttrAssignInstr
(AttrAssignInstr attrassigninstr) -
Uses of AttrAssignInstr in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return AttrAssignInstrModifier and TypeMethodDescriptionstatic AttrAssignInstr
AttrAssignInstr.create
(IRScope scope, Operand obj, RubySymbol attr, Operand[] args, int flags, boolean isPotentiallyRefined) static AttrAssignInstr
AttrAssignInstr.create
(IRScope scope, Operand obj, RubySymbol attr, Operand[] args, Operand block, int flags, boolean isPotentiallyRefined) static AttrAssignInstr
AttrAssignInstr.decode
(IRReaderDecoder d) -
Uses of AttrAssignInstr in org.jruby.ir.instructions.specialized
Subclasses of AttrAssignInstr in org.jruby.ir.instructions.specialized -
Uses of AttrAssignInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type AttrAssignInstrModifier and TypeMethodDescriptionvoid
JVMVisitor.AttrAssignInstr
(AttrAssignInstr attrAssignInstr)