public static class InvocationLinker.HandleMethodGenerator extends Object implements InvocationLinker.HandleGenerator
Constructor and Description |
---|
HandleMethodGenerator() |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
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 MethodHandle generate(JRubyCallSite site, RubyClass cls, DynamicMethod method, String realName)
generate
in interface InvocationLinker.HandleGenerator
Copyright © 2001–2016 JRuby. All rights reserved.