org.yaml.snakeyaml.nodes
Class AnchorNode

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

public class AnchorNode
extends Node


Field Summary
 
Fields inherited from class org.yaml.snakeyaml.nodes.Node
endMark, resolved, useClassConstructor
 
Constructor Summary
AnchorNode(Node realNode)
           
 
Method Summary
 NodeId getNodeId()
          For error reporting.
 Node getRealNode()
           
 
Methods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getEndMark, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnchorNode

public AnchorNode(Node realNode)
Method Detail

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()


Copyright © 2008-2012. All Rights Reserved.