org.crsh.cmdline.matcher
Class ArgumentMatch<B extends TypeBinding>

java.lang.Object
  extended by org.crsh.cmdline.matcher.ParameterMatch<ArgumentDescriptor<B>,B>
      extended by org.crsh.cmdline.matcher.ArgumentMatch<B>

public class ArgumentMatch<B extends TypeBinding>
extends ParameterMatch<ArgumentDescriptor<B>,B>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ArgumentMatch(ArgumentDescriptor<B> parameter, int start, int end, List<Value> values)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 
Methods inherited from class org.crsh.cmdline.matcher.ParameterMatch
getParameter, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentMatch

public ArgumentMatch(ArgumentDescriptor<B> parameter,
                     int start,
                     int end,
                     List<Value> values)
Method Detail

getStart

public int getStart()

getEnd

public int getEnd()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.