|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mutabilitydetector.MutableReasonDetail
@Immutable public final class MutableReasonDetail
| Method Summary | |
|---|---|
CodeLocation<?> |
codeLocation()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
message()
|
static MutableReasonDetail |
newMutableReasonDetail(String message,
CodeLocation<?> location,
Reason reason)
|
Reason |
reason()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static MutableReasonDetail newMutableReasonDetail(@Nonnull
String message,
@Nonnull
CodeLocation<?> location,
@Nonnull
Reason reason)
public Reason reason()
public CodeLocation<?> codeLocation()
public String message()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||