From 9be25d09d24b3d6d0dd1a41c1c09471af4827687 Mon Sep 17 00:00:00 2001
From: Dan Bornstein move-result* variant as the immediately
subsequent instruction.
invoke-virtual is used to invoke a normal virtual
- method (a method that is not static or final,
- and is not a constructor).private, static,
+ or final, and is also not a constructor).
invoke-super is used to invoke the closest superclass's
virtual method (as opposed to the one with the same method_id
- in the calling class).
invoke-virtual.
invoke-direct is used to invoke a non-static
direct method (that is, an instance method that is by its nature
non-overridable, namely either a private instance method
--
cgit v1.2.3