public class UnnamedParamsNode extends AbstractParamsNode
Constructor and Description |
---|
UnnamedParamsNode(org.jamon.api.Location location) |
Modifier and Type | Method and Description |
---|---|
UnnamedParamsNode |
addValue(ParamValueNode value) |
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
List<ParamValueNode> |
getValues() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toString
public void apply(Analysis analysis)
apply
in class AbstractParamsNode
public UnnamedParamsNode addValue(ParamValueNode value)
public List<ParamValueNode> getValues()
public boolean equals(Object obj)
equals
in class AbstractParamsNode
public int hashCode()
hashCode
in class AbstractParamsNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractParamsNode
Copyright © 2003–2018 Jamon developers. All rights reserved.