Skip to content

Package io.github.qishr.cascara.lang.yaml.ast

Class YamlErrorNode

java.lang.Object
        io.github.qishr.cascara.lang.yaml.ast.YamlNode
                io.github.qishr.cascara.lang.yaml.ast.YamlErrorNode


public class YamlErrorNode
extends YamlNode

Constructor Summary

Constructor Description
YamlErrorNode(int line, int column, String message)

Method Summary

Modifier and Type Method Description
public List<? extends YamlNode> getChildren()
public String getMessage()

Methods inherited from YamlNode

getEndColumn, getEndLine, getComments, setAnchor, getStartColumn, getToken, getAnchor, equals, addComment, getStartLine, setToken, hashCode

Method Details

getChildren

public List<? extends YamlNode> getChildren()


getMessage

public String getMessage()