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,
java.lang.String realName) |
boolean canGenerate(JRubyCallSite site, RubyClass cls, DynamicMethod method)
java.lang.invoke.MethodHandle generate(JRubyCallSite site, RubyClass cls, DynamicMethod method, java.lang.String realName)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.