Package ognl

Class OgnlRuntime.ArgsCompatbilityReport

  • Enclosing class:
    OgnlRuntime

    public static class OgnlRuntime.ArgsCompatbilityReport
    extends java.lang.Object
    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

      Fields 
      Modifier and Type Field Description
      (package private) boolean[] conversionNeeded  
      (package private) int score  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArgsCompatbilityReport​(int score, boolean[] conversionNeeded)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • score

        int score
      • conversionNeeded

        boolean[] conversionNeeded
    • Constructor Detail

      • ArgsCompatbilityReport

        public ArgsCompatbilityReport​(int score,
                                      boolean[] conversionNeeded)