|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionMatch | |
---|---|
org.crsh.cmdline.matcher |
Uses of OptionMatch in org.crsh.cmdline.matcher |
---|
Fields in org.crsh.cmdline.matcher with type parameters of type OptionMatch | |
---|---|
private List<OptionMatch<B>> |
CommandMatch.optionMatches
. |
Methods in org.crsh.cmdline.matcher that return types with arguments of type OptionMatch | |
---|---|
List<OptionMatch<B>> |
CommandMatch.getOptionMatches()
|
Constructor parameters in org.crsh.cmdline.matcher with type arguments of type OptionMatch | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |