|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDescriptor | |
|---|---|
| org.crsh.cmdline | |
| org.crsh.cmdline.matcher | |
| org.crsh.cmdline.matcher.impl | |
| Uses of MethodDescriptor in org.crsh.cmdline |
|---|
| Fields in org.crsh.cmdline with type parameters of type MethodDescriptor | |
|---|---|
private Map<String,MethodDescriptor<T>> |
ClassDescriptor.methods
. |
| Methods in org.crsh.cmdline that return MethodDescriptor | ||
|---|---|---|
|
CommandFactory.create(ClassDescriptor<T> owner,
Method m)
|
|
MethodDescriptor<T> |
ClassDescriptor.getMethod(String name)
|
|
| Methods in org.crsh.cmdline that return types with arguments of type MethodDescriptor | ||
|---|---|---|
private
|
CommandFactory.commands(ClassDescriptor descriptor,
Class<T> type,
Class<?> introspected)
|
|
Iterable<MethodDescriptor<T>> |
ClassDescriptor.getMethods()
|
|
| Constructor parameters in org.crsh.cmdline with type arguments of type MethodDescriptor | |
|---|---|
ClassDescriptor(Class<T> type,
Map<String,MethodDescriptor<T>> methods,
Description info)
|
|
| Uses of MethodDescriptor in org.crsh.cmdline.matcher |
|---|
| Fields in org.crsh.cmdline.matcher declared as MethodDescriptor | |
|---|---|
private MethodDescriptor<T> |
MethodMatch.descriptor
. |
| Methods in org.crsh.cmdline.matcher that return MethodDescriptor | |
|---|---|
MethodDescriptor<T> |
MethodMatch.getDescriptor()
|
| Constructors in org.crsh.cmdline.matcher with parameters of type MethodDescriptor | |
|---|---|
MethodMatch(ClassMatch<T> owner,
MethodDescriptor<T> descriptor,
boolean implicit,
List<OptionMatch<MethodArgumentBinding>> optionMatches,
List<ArgumentMatch<MethodArgumentBinding>> argumentMatches,
String rest)
|
|
| Uses of MethodDescriptor in org.crsh.cmdline.matcher.impl |
|---|
| Fields in org.crsh.cmdline.matcher.impl declared as MethodDescriptor | |
|---|---|
private MethodDescriptor<?> |
Event.Method.descriptor
. |
| Methods in org.crsh.cmdline.matcher.impl that return MethodDescriptor | |
|---|---|
MethodDescriptor<?> |
Event.Method.getDescriptor()
|
| Methods in org.crsh.cmdline.matcher.impl with parameters of type MethodDescriptor | |
|---|---|
private Completion |
MatcherImpl.argument(MethodDescriptor<?> method,
Completer completer)
|
| Constructors in org.crsh.cmdline.matcher.impl with parameters of type MethodDescriptor | |
|---|---|
Event.Method.Explicit(MethodDescriptor<?> descriptor,
Token.Literal.Word token)
|
|
Event.Method.Implicit(MethodDescriptor<?> descriptor,
Token.Literal trigger)
|
|
Event.Method(MethodDescriptor<?> descriptor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||