public class ReplacesNode extends AbstractNode
| Constructor and Description |
|---|
ReplacesNode(org.jamon.api.Location location,
AbstractPathNode path) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
AbstractPathNode |
getPath() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toStringpublic ReplacesNode(org.jamon.api.Location location,
AbstractPathNode path)
public void apply(Analysis analysis)
apply in class AbstractNodepublic AbstractPathNode getPath()
public boolean equals(Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractNodeCopyright © 2003–2015 Jamon developers. All rights reserved.