Package org.yaml.snakeyaml.nodes
Class AnchorNode
java.lang.Object
org.yaml.snakeyaml.nodes.Node
org.yaml.snakeyaml.nodes.AnchorNode
This class is only used during representation (dumping)
-
Field Summary
Fields inherited from class org.yaml.snakeyaml.nodes.Node
endMark, resolved, useClassConstructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor error reporting.GetterMethods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getAnchor, getBlockComments, getEndComments, getEndMark, getInLineComments, getStartMark, getTag, getType, hashCode, isTwoStepsConstruction, setAnchor, setBlockComments, setEndComments, setInLineComments, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Constructor Details
-
AnchorNode
Anchor- Parameters:
realNode
- - the node which contains the referenced data
-
-
Method Details