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, toStringpublic java.lang.String getAnchor()
AliasEvent.
Note that AliasEvents are by it self NodeEvents and use this property to
indicate the referenced anchor.
null if no anchor is defined.protected java.lang.String getArguments()
EventgetArguments in class Event