org.crsh.cli.impl.invocation
Class ArgumentMatch

java.lang.Object
  extended by org.crsh.cli.impl.invocation.ParameterMatch<ArgumentDescriptor>
      extended by org.crsh.cli.impl.invocation.ArgumentMatch

public class ArgumentMatch
extends ParameterMatch<ArgumentDescriptor>


Field Summary
private  int end
          .
private  int start
          .
 
Constructor Summary
ArgumentMatch(ArgumentDescriptor parameter, int start, int end, List<LiteralValue> values)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 
Methods inherited from class org.crsh.cli.impl.invocation.ParameterMatch
computeValue, getParameter, getStrings, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private int start
.


end

private int end
.

Constructor Detail

ArgumentMatch

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

getStart

public int getStart()

getEnd

public int getEnd()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.