Class MethodReferenceExprContext

    • Method Detail

      • solveMethod

        public SymbolReference<ResolvedMethodDeclaration> solveMethod​(java.lang.String name,
                                                                      java.util.List<ResolvedType> argumentsTypes,
                                                                      boolean staticOnly)
        Description copied from interface: Context
        We find the method declaration which is the best match for the given name and list of typeParametersValues.
      • inferArgumentTypes

        private java.util.List<ResolvedType> inferArgumentTypes()