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