WarningMessagepublic class LocatedMessage extends SimpleMessage
| Modifier and Type | Field | Description |
|---|---|---|
protected CSTNode |
context |
data, message, owner| Constructor | Description |
|---|---|
LocatedMessage(String message,
Object data,
CSTNode context,
SourceUnit source) |
|
LocatedMessage(String message,
CSTNode context,
SourceUnit source) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(PrintWriter writer,
Janitor janitor) |
Writes the message to the specified PrintWriter.
|
create, create, create, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageprotected 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