|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.control.messages.Message org.codehaus.groovy.control.messages.SimpleMessage org.codehaus.groovy.control.messages.LocatedMessage
public class LocatedMessage extends SimpleMessage
A base class for compilation messages.
Field Summary | |
---|---|
protected CSTNode |
context
|
Fields inherited from class SimpleMessage | |
---|---|
data, message, owner |
Constructor Summary | |
LocatedMessage(String message, CSTNode context, SourceUnit source)
|
|
LocatedMessage(String message, Object data, CSTNode context, SourceUnit source)
|
Method Summary | |
---|---|
void
|
write(PrintWriter writer, Janitor janitor)
|
Methods inherited from class SimpleMessage | |
---|---|
getMessage, write |
Methods inherited from class Message | |
---|---|
create, create, create, write, write |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected CSTNode context
Constructor Detail |
---|
public LocatedMessage(String message, CSTNode context, SourceUnit source)
public LocatedMessage(String message, Object data, CSTNode context, SourceUnit source)
Method Detail |
---|
public void write(PrintWriter writer, Janitor janitor)
Copyright © 2003-2013 The Codehaus. All rights reserved.