public static class ParseResult.ParsedChain<E>
extends java.lang.Object
| Constructor and Description |
|---|
ParsedChain(ArgumentChain<E> argumentChain,
java.util.List<ArgumentChain.MatchedArgument> matchedArguments) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentChain<E> |
getArgumentChain() |
java.util.List<ArgumentChain.MatchedArgument> |
getMatchedArguments() |
public ParsedChain(ArgumentChain<E> argumentChain, java.util.List<ArgumentChain.MatchedArgument> matchedArguments)
public ArgumentChain<E> getArgumentChain()
public java.util.List<ArgumentChain.MatchedArgument> getMatchedArguments()