public class SYStringNode extends SYBaseRamlNode implements StringNode
| Modifier | Constructor and Description |
|---|---|
|
SYStringNode(org.yaml.snakeyaml.nodes.ScalarNode scalarNode,
String resourcePath,
ResourceLoader resourceLoader) |
protected |
SYStringNode(SYStringNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
NodeType |
getType()
Returns the type of this node
|
String |
getValue() |
String |
toString() |
getEndPosition, getLiteralValue, getResourceLoader, getResourcePath, getStartPosition, getYamlNodeaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLiteralValueaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceprotected SYStringNode(SYStringNode node)
public SYStringNode(org.yaml.snakeyaml.nodes.ScalarNode scalarNode,
String resourcePath,
ResourceLoader resourceLoader)
public String getValue()
getValue in interface SimpleTypeNode<String>getValue in interface StringNode@Nonnull public Node copy()
NodeCopyright © 2017. All rights reserved.