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