|
Description: calls any method not called by invokestatic, invokespecial, or invokeinterface n is the number of arguments to the method the long method name is really a path name, the name of the class, the parenthesized argument list of the method called, and the return type. Primitive types are represented by their capitalized first letter, ie I for an integer. Constructors are path followed by <init>()V Stack
ExampleJasm-------------------
invoke java/lang/System/gc()V ;call the garbage collector ExceptionsNullPointerException if object ref is nullStackOverflowError if you run ou t of room on stack Back to |
||||||||||
back to opcode reference. |