public static class InvocationLinker.JavaCallGenerator extends Object implements InvocationLinker.HandleGenerator
Constructor and Description |
---|
InvocationLinker.JavaCallGenerator() |
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) |
public boolean canGenerate(JRubyCallSite site, RubyClass cls, DynamicMethod method)
canGenerate
in interface InvocationLinker.HandleGenerator
public java.lang.invoke.MethodHandle generate(JRubyCallSite site, RubyClass cls, DynamicMethod method, String realName)
generate
in interface InvocationLinker.HandleGenerator
Copyright © 2001-2015 JRuby. All Rights Reserved.