public abstract class NodeEvent extends Event
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
anchor |
Constructor and Description |
---|
NodeEvent(java.lang.String anchor,
Mark startMark,
Mark endMark) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnchor()
Node anchor by which this node might later be referenced by a
AliasEvent . |
protected java.lang.String |
getArguments()
Generate human readable representation of the Event
|
equals, getEndMark, getEventId, getStartMark, hashCode, is, toString
public java.lang.String getAnchor()
AliasEvent
.
Note that AliasEvent
s are by it self NodeEvent
s and use this property to
indicate the referenced anchor.
null
if no anchor is defined.protected java.lang.String getArguments()
Event
getArguments
in class Event