org.jamon.node
Class AbstractPathNode

java.lang.Object
  extended by org.jamon.node.AbstractNode
      extended by org.jamon.node.AbstractPathNode
Direct Known Subclasses:
AbsolutePathNode, NamedAliasPathNode, RelativePathNode, RootAliasPathNode

public class AbstractPathNode
extends AbstractNode


Constructor Summary
AbstractPathNode(org.jamon.api.Location p_location)
           
 
Method Summary
 AbstractPathNode addPathElement(AbstractPathElementNode p_pathElement)
           
 void apply(Analysis p_analysis)
           
 boolean equals(java.lang.Object p_obj)
           
 java.util.List<AbstractPathElementNode> getPathElements()
           
 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

AbstractPathNode

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

apply

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

addPathElement

public AbstractPathNode addPathElement(AbstractPathElementNode p_pathElement)

getPathElements

public java.util.List<AbstractPathElementNode> getPathElements()

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