Uses of Class
org.crsh.cmdline.ArgumentDescriptor

Packages that use ArgumentDescriptor
org.crsh.cmdline   
org.crsh.cmdline.matcher   
org.crsh.cmdline.matcher.impl   
 

Uses of ArgumentDescriptor in org.crsh.cmdline
 

Fields in org.crsh.cmdline with type parameters of type ArgumentDescriptor
private  List<ArgumentDescriptor<B>> CommandDescriptor.arguments
          .
private  List<ArgumentDescriptor<B>> CommandDescriptor.uArguments
          .
 

Methods in org.crsh.cmdline that return ArgumentDescriptor
 ArgumentDescriptor<B> CommandDescriptor.getArgument(int index)
          Returns a a specified argument by its index.
 

Methods in org.crsh.cmdline that return types with arguments of type ArgumentDescriptor
 List<ArgumentDescriptor<B>> CommandDescriptor.getArguments()
          Returns a list of the command arguments.
 

Uses of ArgumentDescriptor in org.crsh.cmdline.matcher
 

Constructors in org.crsh.cmdline.matcher with parameters of type ArgumentDescriptor
ArgumentMatch(ArgumentDescriptor<B> parameter, int start, int end, List<LiteralValue> values)
           
 

Uses of ArgumentDescriptor in org.crsh.cmdline.matcher.impl
 

Constructors in org.crsh.cmdline.matcher.impl with parameters of type ArgumentDescriptor
Event.Argument(ArgumentDescriptor<?> descriptor, List<Token.Literal> values)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.