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, toString
public PathElementNode(org.jamon.api.Location location, String name)
public void apply(Analysis analysis)
apply
in class AbstractPathElementNode
public String getName()
public boolean equals(Object obj)
equals
in class AbstractPathElementNode
public int hashCode()
hashCode
in class AbstractPathElementNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractPathElementNode
Copyright © 2003–2016 Jamon developers. All rights reserved.