public static class InvocationLinker.AttrWriterGenerator extends Object implements InvocationLinker.HandleGenerator
| Constructor and Description |
|---|
AttrWriterGenerator() |
| 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.HandleGeneratorpublic MethodHandle generate(JRubyCallSite site, RubyClass cls, DynamicMethod method, String realName)
generate in interface InvocationLinker.HandleGeneratorCopyright © 2001–2024 JRuby. All rights reserved.