Factory method to create INVOKESTATIC instructions.
Factory method to create INVOKESTATIC instructions.
the method's declaring class name in JVM notation, e.g. "java/lang/Object".
has to be true if declaring class identifies an interface.
(Determines how the target method is resolved - relevant for Java 8 onwards.)
the method descriptor in JVM notation, e.g. "()V" for a method without parameters which returns void.
General information and factory methods.