Factory method to create INVOKEVIRTUAL instructions.
Factory method to create INVOKEVIRTUAL instructions.
the method's declaring class name in JVM notation,
e.g. java/lang/Object or [java/lang/Object in case of a method call on
an array object. In the latter case, the called method has to be a method defined
by java/lang/Object; e.g., clone or wait.
the method descriptor in JVM notation, e.g. "()V" for a method without parameters which returns void.
General information and factory methods.