public class LocatedMessage extends SimpleMessage
| Modifier and Type | Field and Description | 
|---|---|
| protected CSTNode | context | 
data, message, owner| Constructor and Description | 
|---|
| LocatedMessage(String message,
              CSTNode context,
              SourceUnit source) | 
| LocatedMessage(String message,
              Object data,
              CSTNode context,
              SourceUnit source) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(PrintWriter writer,
     Janitor janitor)Writes the message to the specified PrintWriter. | 
getMessageprotected CSTNode context
public LocatedMessage(String message, CSTNode context, SourceUnit source)
public LocatedMessage(String message, Object data, CSTNode context, SourceUnit source)
public void write(PrintWriter writer, Janitor janitor)
Messagewrite in class SimpleMessage