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)
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnchorNode(Node realNode) -
Method Summary
Modifier and Type Method Description NodeIdgetNodeId()For error reporting.NodegetRealNode()Methods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getAnchor, getEndMark, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setAnchor, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Constructor Details
-
Method Details
-
getNodeId
Description copied from class:NodeFor error reporting. -
getRealNode
-