@PublicApi public abstract class AbstractDescribedNode<T extends Node> extends AbstractNode<T> implements DescribedNode<T>
Modifier and Type | Field and Description |
---|---|
protected Description |
description |
Constructor and Description |
---|
AbstractDescribedNode(SourceLocation sourceLocation,
java.util.List<Comment> comments,
IgnoredChars ignoredChars,
java.util.Map<java.lang.String,java.lang.String> additionalData,
Description description) |
Modifier and Type | Method and Description |
---|---|
Description |
getDescription() |
deepCopy, deepCopy, getAdditionalData, getComments, getIgnoredChars, getSourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren
protected Description description
public AbstractDescribedNode(SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData, Description description)
public Description getDescription()
getDescription
in interface DescribedNode<T extends Node>