org.crsh.cmdline.matcher.impl
Class Event.Method

java.lang.Object
  extended by org.crsh.cmdline.matcher.impl.Event
      extended by org.crsh.cmdline.matcher.impl.Event.Method
Direct Known Subclasses:
Event.Method.Explicit, Event.Method.Implicit
Enclosing class:
Event

public abstract static class Event.Method
extends Event


Nested Class Summary
static class Event.Method.Explicit
           
static class Event.Method.Implicit
           
 
Nested classes/interfaces inherited from class org.crsh.cmdline.matcher.impl.Event
Event.Argument, Event.Method, Event.Option, Event.Parameter<T extends Token.Literal,D extends ParameterDescriptor<?>>, Event.Separator, Event.Stop
 
Field Summary
private  MethodDescriptor<?> descriptor
          .
 
Constructor Summary
Event.Method(MethodDescriptor<?> descriptor)
           
 
Method Summary
 MethodDescriptor<?> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

private final MethodDescriptor<?> descriptor
.

Constructor Detail

Event.Method

Event.Method(MethodDescriptor<?> descriptor)
Method Detail

getDescriptor

public MethodDescriptor<?> getDescriptor()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.