Package org.jruby.ir.instructions
Interface Site
- All Known Implementing Classes:
ArrayDerefInstr
,AsStringInstr
,AttrAssignInstr
,CallBase
,CallInstr
,ClassSuperInstr
,EQQInstr
,InstanceSuperInstr
,MatchInstr
,NoResultCallInstr
,OneArgOperandAttrAssignInstr
,OneFixnumArgNoBlockCallInstr
,OneFloatArgNoBlockCallInstr
,OneOperandArgBlockCallInstr
,OneOperandArgNoBlockCallInstr
,OneOperandArgNoBlockNoResultCallInstr
,TwoOperandArgNoBlockCallInstr
,UnresolvedSuperInstr
,YieldInstr
,ZeroOperandArgNoBlockCallInstr
,ZSuperInstr
public interface Site
Represents a site for a call or yield. Possibly other types of sites.
-
Method Summary
-
Method Details
-
getCallSiteId
long getCallSiteId() -
setCallSiteId
void setCallSiteId(long siteId)
-