public class RubyMethodRef extends MethodRef
| Constructor and Description |
|---|
RubyMethodRef(org.jruby.RubyModule klass,
org.jruby.internal.runtime.methods.DynamicMethod method) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> type) |
Object |
invoke(Object _this,
Object... args) |
isRoutable, wraphasAnnotationpublic RubyMethodRef(org.jruby.RubyModule klass,
org.jruby.internal.runtime.methods.DynamicMethod method)
public <T extends Annotation> T getAnnotation(Class<T> type)
getAnnotation in class AnnotatedRefpublic Object invoke(Object _this, Object... args) throws InvocationTargetException, IllegalAccessException
invoke in class MethodRefInvocationTargetExceptionIllegalAccessExceptionCopyright © 2016. All Rights Reserved.