Class LocatedMessage

Direct Known Subclasses:
WarningMessage

public class LocatedMessage extends SimpleMessage
A base class for compilation messages.
  • Constructor Details

  • Method Details

    • getContext

      public CSTNode getContext()
    • write

      public void write(PrintWriter writer, Janitor janitor)
      Description copied from class: Message
      Writes the message to the specified PrintWriter. The supplied ProcessingUnit is the unit that holds this Message.
      Overrides:
      write in class SimpleMessage