public abstract class SYBaseRamlNode extends BaseNode
| Constructor and Description |
|---|
SYBaseRamlNode(org.yaml.snakeyaml.nodes.Node yamlNode) |
SYBaseRamlNode(SYBaseRamlNode node) |
| Modifier and Type | Method and Description |
|---|---|
Position |
getEndPosition()
The end position of this node
|
String |
getLiteralValue() |
Position |
getStartPosition()
The start position of this node
|
protected org.yaml.snakeyaml.nodes.Node |
getYamlNode() |
addChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourcepublic SYBaseRamlNode(SYBaseRamlNode node)
public SYBaseRamlNode(org.yaml.snakeyaml.nodes.Node yamlNode)
protected org.yaml.snakeyaml.nodes.Node getYamlNode()
@Nonnull public Position getStartPosition()
Node@Nonnull public Position getEndPosition()
NodeCopyright © 2016. All rights reserved.