FileChooser.pickAFile(); is a method call.
pixel.getBlue(); is a method call.
pizelArray[i]; is a more advanced method call.
this.getPixels(); is a method call.
i++; is a method call.

With all...