public abstract class SYBaseRamlNode extends BaseNode
| Modifier | Constructor and Description |
|---|---|
|
SYBaseRamlNode(org.yaml.snakeyaml.nodes.Node yamlNode,
String resourcePath,
ResourceLoader resourceLoader) |
protected |
SYBaseRamlNode(SYBaseRamlNode node) |
| Modifier and Type | Method and Description |
|---|---|
Position |
getEndPosition()
The end position of this node
|
String |
getLiteralValue() |
ResourceLoader |
getResourceLoader() |
String |
getResourcePath() |
Position |
getStartPosition()
The start position of this node
|
protected org.yaml.snakeyaml.nodes.Node |
getYamlNode() |
addChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceprotected SYBaseRamlNode(SYBaseRamlNode node)
public SYBaseRamlNode(org.yaml.snakeyaml.nodes.Node yamlNode,
String resourcePath,
ResourceLoader resourceLoader)
protected org.yaml.snakeyaml.nodes.Node getYamlNode()
public String getResourcePath()
@Nonnull public Position getStartPosition()
Node@Nonnull public Position getEndPosition()
Nodepublic ResourceLoader getResourceLoader()
Copyright © 2017. All rights reserved.