Uses of Class
org.jruby.runtime.invokedynamic.JRubyCallSite
Packages that use JRubyCallSite
-
Uses of JRubyCallSite in org.jruby.runtime.invokedynamic
Methods in org.jruby.runtime.invokedynamic with parameters of type JRubyCallSiteModifier and TypeMethodDescriptionprivate static IRubyObjectMathLinker.callMethod(ThreadContext context, IRubyObject caller, IRubyObject self, JRubyCallSite site, RubyNumeric value) static IRubyObjectMathLinker.fixnumOperator(ThreadContext context, IRubyObject caller, IRubyObject self, JRubyCallSite site, long value) (package private) static IRubyObjectMathLinker.fixnumOperatorFail(ThreadContext context, IRubyObject caller, IRubyObject self, JRubyCallSite site, RubyFixnum value) static IRubyObjectMathLinker.floatOperator(ThreadContext context, IRubyObject caller, IRubyObject self, JRubyCallSite site, double value) private static CacheEntryMathLinker.searchWithCache(String operator, IRubyObject caller, RubyClass selfClass, JRubyCallSite site)