Package ognl
Class OgnlRuntime.MatchingMethod
- java.lang.Object
-
- ognl.OgnlRuntime.MatchingMethod
-
- Enclosing class:
- OgnlRuntime
private static class OgnlRuntime.MatchingMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.reflect.MethodmMethod(package private) java.lang.Class<?>[]mParameterTypes(package private) OgnlRuntime.ArgsCompatbilityReportreport(package private) intscore
-
Constructor Summary
Constructors Modifier Constructor Description privateMatchingMethod(java.lang.reflect.Method method, int score, OgnlRuntime.ArgsCompatbilityReport report, java.lang.Class<?>[] mParameterTypes)
-
-
-
Field Detail
-
mMethod
java.lang.reflect.Method mMethod
-
score
int score
-
report
OgnlRuntime.ArgsCompatbilityReport report
-
mParameterTypes
java.lang.Class<?>[] mParameterTypes
-
-
Constructor Detail
-
MatchingMethod
private MatchingMethod(java.lang.reflect.Method method, int score, OgnlRuntime.ArgsCompatbilityReport report, java.lang.Class<?>[] mParameterTypes)
-
-