Class AnchorNode

java.lang.Object
org.yaml.snakeyaml.nodes.Node
org.yaml.snakeyaml.nodes.AnchorNode

public class AnchorNode
extends Node
This class is only used during representation (dumping)
  • Constructor Details

  • Method Details

    • getNodeId

      public NodeId getNodeId()
      Description copied from class: Node
      For error reporting.
      Specified by:
      getNodeId in class Node
      Returns:
      scalar, sequence, mapping
      See Also:
      "class variable 'id' in PyYAML"
    • getRealNode

      public Node getRealNode()