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