| Package | Description |
|---|---|
| manifold.util |
| Modifier and Type | Method and Description |
|---|---|
MethodScore |
MethodScorer.scoreMethod(java.lang.reflect.Method funcType,
java.util.List<java.lang.Class> argTypes,
java.lang.Class returnType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MethodScore> |
MethodScorer.scoreMethods(java.util.List<java.lang.reflect.Method> funcTypes,
java.util.List<java.lang.Class> argTypes,
java.lang.Class returnType) |
| Modifier and Type | Method and Description |
|---|---|
int |
MethodScore.compareTo(MethodScore o) |
int |
MethodScorer.scoreMethod(MethodScore score,
java.lang.reflect.Method funcType,
java.util.List<java.lang.Class> argTypes,
java.lang.Class returnType) |
Copyright © 2022. All rights reserved.