public class NamedParamNode extends AbstractNode
Constructor and Description |
---|
NamedParamNode(org.jamon.api.Location location,
ParamNameNode name,
ParamValueNode value) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
ParamNameNode |
getName() |
ParamValueNode |
getValue() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toString
public NamedParamNode(org.jamon.api.Location location, ParamNameNode name, ParamValueNode value)
public void apply(Analysis analysis)
apply
in class AbstractNode
public ParamNameNode getName()
public ParamValueNode getValue()
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–2016 Jamon developers. All rights reserved.