public class SimpleCallNode extends AbstractComponentCallNode
| Constructor and Description |
|---|
SimpleCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addGenericParam, getCallPath, getGenericParams, getParamsaddProperty, addProperty, addPropertyList, getLocation, toStringpublic SimpleCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params)
public void apply(Analysis analysis)
apply in class AbstractComponentCallNodepublic boolean equals(Object obj)
equals in class AbstractComponentCallNodepublic int hashCode()
hashCode in class AbstractComponentCallNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractComponentCallNodeCopyright © 2003–2015 Jamon developers. All rights reserved.