|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.impl.invocation.ParameterMatch<ArgumentDescriptor> org.crsh.cli.impl.invocation.ArgumentMatch
public class ArgumentMatch
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 |
---|
private int start
private int end
Constructor Detail |
---|
public ArgumentMatch(ArgumentDescriptor parameter, int start, int end, List<LiteralValue> values)
Method Detail |
---|
public int getStart()
public int getEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |