org.jvyamlb.nodes
Class LinkNode

java.lang.Object
  extended by org.jvyamlb.nodes.Node
      extended by org.jvyamlb.nodes.LinkNode

public class LinkNode
extends Node

Author:
Ola Bini

Constructor Summary
LinkNode()
           
 
Method Summary
 Node getAnchor()
           
 void setAnchor(Node anchor)
           
 
Methods inherited from class org.jvyamlb.nodes.Node
equals, getConstructed, getTag, getValue, hashCode, setConstructed, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkNode

public LinkNode()
Method Detail

setAnchor

public void setAnchor(Node anchor)

getAnchor

public Node getAnchor()