org.jamon.node
Class ExtendsNode

java.lang.Object
  extended by org.jamon.node.AbstractNode
      extended by org.jamon.node.ExtendsNode

public class ExtendsNode
extends AbstractNode


Constructor Summary
ExtendsNode(org.jamon.api.Location p_location, AbstractPathNode p_path)
           
 
Method Summary
 void apply(Analysis p_analysis)
           
 boolean equals(java.lang.Object p_obj)
           
 AbstractPathNode getPath()
           
 int hashCode()
           
protected  void propertiesToString(java.lang.StringBuilder p_buffer)
           
 
Methods inherited from class org.jamon.node.AbstractNode
addProperty, addProperty, addPropertyList, getLocation, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendsNode

public ExtendsNode(org.jamon.api.Location p_location,
                   AbstractPathNode p_path)
Method Detail

apply

public void apply(Analysis p_analysis)
Specified by:
apply in class AbstractNode

getPath

public AbstractPathNode getPath()

equals

public boolean equals(java.lang.Object p_obj)
Overrides:
equals in class AbstractNode

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractNode

propertiesToString

protected void propertiesToString(java.lang.StringBuilder p_buffer)
Overrides:
propertiesToString in class AbstractNode


jamon