public class PathElementNode extends AbstractPathElementNode
| Constructor and Description |
|---|
PathElementNode(org.jamon.api.Location location,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toStringpublic PathElementNode(org.jamon.api.Location location,
String name)
public void apply(Analysis analysis)
apply in class AbstractPathElementNodepublic String getName()
public boolean equals(Object obj)
equals in class AbstractPathElementNodepublic int hashCode()
hashCode in class AbstractPathElementNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractPathElementNodeCopyright © 2003–2015 Jamon developers. All rights reserved.