|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.internal.runtime.methods.AbstractMethod
org.jruby.internal.runtime.methods.DefaultMethod
Constructor Summary | |
DefaultMethod(ScopeNode body,
ArgsNode argsNode,
Visibility visibility,
RubyModule module)
|
Method Summary | |
IRubyObject |
call(Ruby ruby,
IRubyObject receiver,
java.lang.String name,
IRubyObject[] args,
boolean noSuper)
|
ICallable |
dup()
|
ArgsNode |
getArgsNode()
Gets the argsNode. |
Arity |
getArity()
|
Methods inherited from class org.jruby.internal.runtime.methods.AbstractMethod |
getImplementationClass, getVisibility, initializeCacheEntry, isUndefined, setImplementationClass, setVisibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultMethod(ScopeNode body, ArgsNode argsNode, Visibility visibility, RubyModule module)
Method Detail |
public IRubyObject call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
ICallable.call(Ruby, IRubyObject, String, IRubyObject[], boolean)
public ArgsNode getArgsNode()
public Arity getArity()
getArity
in interface ICallable
getArity
in class AbstractMethod
public ICallable dup()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |