public abstract class NodeEvent extends Event
| Constructor and Description |
|---|
NodeEvent(String anchor,
Mark startMark,
Mark endMark) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor()
Node anchor by which this node might later be referenced by a
AliasEvent. |
protected String |
getArguments()
Generate human readable representation of the Event
|
equals, getEndMark, getStartMark, hashCode, is, toStringpublic 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 String getArguments()
EventgetArguments in class EventCopyright © 2008–2019. All rights reserved.