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

    Modifier and Type
    Method
    Description
    long
     
    void
    setCallSiteId(long siteId)
     
  • Method Details

    • getCallSiteId

      long getCallSiteId()
    • setCallSiteId

      void setCallSiteId(long siteId)