public class AbstractComponentCallNode extends AbstractCallNode
| Constructor and Description |
|---|
AbstractComponentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
| Modifier and Type | Method and Description |
|---|---|
AbstractComponentCallNode |
addGenericParam(GenericCallParam genericParam) |
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
AbstractPathNode |
getCallPath() |
List<GenericCallParam> |
getGenericParams() |
AbstractParamsNode |
getParams() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toStringpublic AbstractComponentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params)
public void apply(Analysis analysis)
apply in class AbstractCallNodepublic AbstractPathNode getCallPath()
public AbstractComponentCallNode addGenericParam(GenericCallParam genericParam)
public List<GenericCallParam> getGenericParams()
public AbstractParamsNode getParams()
public boolean equals(Object obj)
equals in class AbstractCallNodepublic int hashCode()
hashCode in class AbstractCallNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractCallNodeCopyright © 2003–2015 Jamon developers. All rights reserved.