public abstract class JBaseRamlNode extends BaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
JBaseRamlNode(JBaseRamlNode node) |
|
JBaseRamlNode(com.fasterxml.jackson.databind.JsonNode jsonNode,
String resourcePath,
ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Position |
getEndPosition()
The end position of this node
|
com.fasterxml.jackson.databind.JsonNode |
getJsonNode() |
String |
getLiteralValue() |
ResourceLoader |
getResourceLoader() |
String |
getResourcePath() |
Position |
getStartPosition()
The start position of this node
|
addChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourcepublic JBaseRamlNode(com.fasterxml.jackson.databind.JsonNode jsonNode,
String resourcePath,
ResourceLoader resourceLoader)
protected JBaseRamlNode(JBaseRamlNode node)
public com.fasterxml.jackson.databind.JsonNode getJsonNode()
public String getResourcePath()
public ResourceLoader getResourceLoader()
@Nonnull public Position getStartPosition()
NodeCopyright © 2017. All rights reserved.