Interface InvokeInsn

    • Method Detail

      • getOwnerClass

        String getOwnerClass()
        Returns:
        the internal name of the class that owns the invoked method
      • getMethodName

        String getMethodName()
        Returns:
        the invoked method's name
      • getMethodDescriptor

        String getMethodDescriptor()
        Returns:
        the invoked method's descriptor
      • isStatic

        default boolean isStatic()
        Returns:
        true if this is an invokestatic
      • isInterface

        default boolean isInterface()
        Returns:
        true if this is an invokeinterface