|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.crsh.lang.groovy.command.CommandClosure
org.crsh.lang.groovy.command.MethodDispatcher
class MethodDispatcher
| Field Summary | |
|---|---|
(package private) ClassDispatcher |
dispatcher
. |
(package private) String |
name
. |
| Fields inherited from class org.crsh.lang.groovy.command.CommandClosure |
|---|
args, options |
| Fields inherited from class groovy.lang.Closure |
|---|
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF |
| Constructor Summary | |
|---|---|
MethodDispatcher(ClassDispatcher dispatcher,
String name)
|
|
| Method Summary | |
|---|---|
Object |
call(Object[] args)
|
| Methods inherited from class org.crsh.lang.groovy.command.CommandClosure |
|---|
invokeMethod, unwrapArgs |
| Methods inherited from class groovy.lang.Closure |
|---|
asWritable, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampoline |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, setMetaClass |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final ClassDispatcher dispatcher
final String name
| Constructor Detail |
|---|
MethodDispatcher(ClassDispatcher dispatcher,
String name)
| Method Detail |
|---|
public Object call(Object[] args)
call in class groovy.lang.Closure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||