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 |
setStartPosition(Position startPosition) |
addChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourcepublic AbstractRamlNode()
public AbstractRamlNode(AbstractRamlNode node)
Copyright © 2016. All rights reserved.