public class

MessageOutput

extends Object
java.lang.Object
   ↳ com.sun.tools.example.debug.tty.MessageOutput

Class Overview

Internationalization (i18n) convenience methods for jdb. All program output should flow through these methods, and this is the only class that should be printing directly or otherwise accessing System.[out,err].

Summary

Public Constructors
MessageOutput()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MessageOutput ()