public class ParentArgWithDefaultNode extends ParentArgNode
| Constructor and Description |
|---|
ParentArgWithDefaultNode(org.jamon.api.Location location,
ArgNameNode name,
ArgValueNode value) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
ArgValueNode |
getValue() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
getNameaddProperty, addProperty, addPropertyList, getLocation, toStringpublic ParentArgWithDefaultNode(org.jamon.api.Location location,
ArgNameNode name,
ArgValueNode value)
public void apply(Analysis analysis)
apply in class ParentArgNodepublic ArgValueNode getValue()
public boolean equals(Object obj)
equals in class ParentArgNodepublic int hashCode()
hashCode in class ParentArgNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class ParentArgNodeCopyright © 2003–2015 Jamon developers. All rights reserved.