public abstract class AbstractRamlNode extends BaseNode
| Constructor and Description |
|---|
AbstractRamlNode() |
AbstractRamlNode(AbstractRamlNode node) |
| Modifier and Type | Method and Description |
|---|---|
Position |
getEndPosition()
The end position of this node
|
Position |
getStartPosition()
The start position of this node
|
void |
setEndPosition(Position endPosition) |
void |
setSource(Node source)
The source of this node.
|
void |
setStartPosition(Position startPosition) |
addChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParentpublic AbstractRamlNode()
public AbstractRamlNode(AbstractRamlNode node)
public void setSource(Node source)
Node@Nonnull public Position getEndPosition()
NodeCopyright © 2017. All rights reserved.