org.jruby.ir.instructions.Site Maven / Gradle / Ivy
package org.jruby.ir.instructions;
/**
* Represents a site for a call or yield. Possibly other types of sites.
*/
public interface Site {
long getCallSiteId();
// FIXME: It would be nice to eliminate needing to change siteid via cloning.
void setCallSiteId(long siteId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy