Package io.github.qishr.cascara.lang.yaml.ast
Class YamlAliasNode
java.lang.Object
io.github.qishr.cascara.lang.yaml.ast.YamlNode
io.github.qishr.cascara.lang.yaml.ast.YamlAliasNode
public class YamlAliasNode
extends YamlNode
Constructor Summary
| Constructor | Description |
|---|---|
| YamlAliasNode(int line, int column, String alias) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public String | getAlias() | |
| public void | setResolvedNode(YamlNode node) | Put this back to fix the Parser |
| public YamlNode | getResolvedNode() | |
| public List<YamlNode> | getChildren() | |
| public String | getAnchor() |
Methods inherited from YamlNode
getEndColumn, getEndLine, getComments, setAnchor, getStartColumn, getToken, equals, addComment, getStartLine, setToken, hashCode
Method Details
getAlias
public String getAlias()
setResolvedNode
public void setResolvedNode(YamlNode node)
Put this back to fix the Parser
getResolvedNode
public YamlNode getResolvedNode()
getChildren
public List<YamlNode> getChildren()
getAnchor
public String getAnchor()