org.jamon.node
Class AbsolutePathNode

java.lang.Object
  extended by org.jamon.node.AbstractNode
      extended by org.jamon.node.AbstractPathNode
          extended by org.jamon.node.AbsolutePathNode

public class AbsolutePathNode
extends AbstractPathNode


Constructor Summary
AbsolutePathNode(org.jamon.api.Location p_location)
           
 
Method Summary
 void apply(Analysis p_analysis)
           
 boolean equals(java.lang.Object p_obj)
           
 int hashCode()
           
protected  void propertiesToString(java.lang.StringBuilder p_buffer)
           
 
Methods inherited from class org.jamon.node.AbstractPathNode
addPathElement, getPathElements
 
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

AbsolutePathNode

public AbsolutePathNode(org.jamon.api.Location p_location)
Method Detail

apply

public void apply(Analysis p_analysis)
Overrides:
apply in class AbstractPathNode

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractPathNode

propertiesToString

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


jamon