public static interface InvocationLinker.HandleGenerator
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
java.lang.invoke.MethodHandle |
generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
boolean canGenerate(JRubyCallSite site, RubyClass cls, DynamicMethod method)
java.lang.invoke.MethodHandle generate(JRubyCallSite site, RubyClass cls, DynamicMethod method, String realName)
Copyright © 2001-2015 JRuby. All Rights Reserved.