Interface NodeBase

  • All Known Implementing Classes:
    CodeNode, TableNode

    public interface NodeBase
    Defines the base interface for nodes of YAML.
    • Method Detail

      • getNodeType

        NodeType getNodeType()
        Gets type of node.
        Returns:
        The type of node