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 java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> type) |
java.lang.Object |
invoke(java.lang.Object _this,
java.lang.Object... args) |
hasAnnotation, wrappublic RubyMethodRef(org.jruby.RubyModule klass,
org.jruby.internal.runtime.methods.DynamicMethod method)
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> type)
getAnnotation in class MethodRefCopyright © 2015. All Rights Reserved.