Constructor parameters in org.crsh.cmdline.matcher with type arguments of type ArgumentMatch |
ClassMatch(ClassDescriptor<T> descriptor,
List<OptionMatch<ClassFieldBinding>> optionMatches,
List<ArgumentMatch<ClassFieldBinding>> argumentMatches,
String rest)
|
CommandMatch(List<OptionMatch<B>> optionMatches,
List<ArgumentMatch<B>> argumentMatches,
String rest)
|
MethodMatch(ClassMatch<T> owner,
MethodDescriptor<T> descriptor,
boolean implicit,
List<OptionMatch<MethodArgumentBinding>> optionMatches,
List<ArgumentMatch<MethodArgumentBinding>> argumentMatches,
String rest)
|