Uses of Interface
org.jruby.ir.instructions.Site
Packages that use Site
Package
Description
-
Uses of Site in org.jruby.ir.instructions
Classes in org.jruby.ir.instructions that implement SiteModifier and TypeClassDescriptionclassInstruction representing Ruby code of the form: "a['str']" which is equivalent to: a.[]('str').classclassclassclassclassclassclassclassclassclassclassclass -
Uses of Site in org.jruby.ir.instructions.specialized
Classes in org.jruby.ir.instructions.specialized that implement SiteModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Site in org.jruby.ir.representations
Methods in org.jruby.ir.representations that return SiteModifier and TypeMethodDescriptionBasicBlock.siteOf(long callsiteId) What site object contains this callsiteId or die trying.Methods in org.jruby.ir.representations with parameters of type SiteModifier and TypeMethodDescriptionBasicBlock.splitAtInstruction(Site splitPoint, Label newLabel, boolean includeSplitPointInstr)