|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.messages.Message
public class Message
General purpose message holder, for messages from a refactoring to the programmer/user. Initial implementation designed around messages which refer to a file and line number.
| Field Summary | |
|---|---|
int |
column
|
java.io.File |
file
|
int |
line
|
java.lang.String |
message
|
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int line
public int column
public java.io.File file
public java.lang.String message
| Constructor Detail |
|---|
public Message()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||