org.jamon.node
Class UpdirNode

java.lang.Object
  extended by org.jamon.node.AbstractNode
      extended by org.jamon.node.AbstractPathElementNode
          extended by org.jamon.node.UpdirNode

public class UpdirNode
extends AbstractPathElementNode


Constructor Summary
UpdirNode(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.AbstractNode
addProperty, addProperty, addPropertyList, getLocation, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdirNode

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

apply

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractPathElementNode

propertiesToString

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


jamon