public class AbstractPathNode extends AbstractNode
Constructor and Description |
---|
AbstractPathNode(org.jamon.api.Location location) |
Modifier and Type | Method and Description |
---|---|
AbstractPathNode |
addPathElement(AbstractPathElementNode pathElement) |
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
List<AbstractPathElementNode> |
getPathElements() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toString
public void apply(Analysis analysis)
apply
in class AbstractNode
public AbstractPathNode addPathElement(AbstractPathElementNode pathElement)
public List<AbstractPathElementNode> getPathElements()
public boolean equals(Object obj)
equals
in class AbstractNode
public int hashCode()
hashCode
in class AbstractNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractNode
Copyright © 2003–2014 Jamon developers. All rights reserved.