public final class ChangedMetadata extends java.lang.Object implements FromSourceLocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey()
Gets the key of the metadata that changed.
|
Node |
getNewValue()
Gets the new metadata value for this key.
|
Node |
getOldValue()
Gets the old metadata value for this key.
|
SourceLocation |
getSourceLocation()
Gets the source location of a value.
|
int |
hashCode() |
public java.lang.String getKey()
public Node getOldValue()
public Node getNewValue()
public SourceLocation getSourceLocation()
FromSourceLocationgetSourceLocation in interface FromSourceLocationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object