Uses of Class
org.jruby.ir.operands.FrozenString
Packages that use FrozenString
Package
Description
-
Uses of FrozenString in org.jruby.ir
Methods in org.jruby.ir with parameters of type FrozenString -
Uses of FrozenString in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return FrozenStringMethods in org.jruby.ir.instructions with parameters of type FrozenStringModifier and TypeMethodDescriptionstatic ArrayDerefInstr
ArrayDerefInstr.create
(IRScope scope, Variable result, Operand obj, FrozenString arg0, int flags) Constructors in org.jruby.ir.instructions with parameters of type FrozenStringModifierConstructorDescriptionArrayDerefInstr
(IRScope scope, Variable result, Operand obj, FrozenString arg0, int flags) ArrayDerefInstr
(IRScope scope, Variable result, Operand obj, FrozenString arg0, int flags, CallSite callSite, long callSiteId) -
Uses of FrozenString in org.jruby.ir.operands
Fields in org.jruby.ir.operands declared as FrozenStringMethods in org.jruby.ir.operands that return FrozenStringConstructors in org.jruby.ir.operands with parameters of type FrozenStringModifierConstructorDescriptionChilledString
(FrozenString frozenString) protected
MutableString
(FrozenString frozenString) -
Uses of FrozenString in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence with parameters of type FrozenString -
Uses of FrozenString in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type FrozenString