Package ognl
Class OgnlRuntime.ArgsCompatbilityReport
java.lang.Object
ognl.OgnlRuntime.ArgsCompatbilityReport
- Enclosing class:
OgnlRuntime
Tells whether the given array of objects is compatible with the given array of classes---that
is, whether the given array of objects can be passed as arguments to a method or constructor
whose parameter types are the given array of classes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean[](package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
score
int score -
conversionNeeded
boolean[] conversionNeeded
-
-
Constructor Details
-
ArgsCompatbilityReport
public ArgsCompatbilityReport(int score, boolean[] conversionNeeded)
-