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