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, toString
public AbstractComponentCallNode(org.jamon.api.Location location, AbstractPathNode callPath, AbstractParamsNode params)
public void apply(Analysis analysis)
apply
in class AbstractCallNode
public AbstractPathNode getCallPath()
public AbstractComponentCallNode addGenericParam(GenericCallParam genericParam)
public List<GenericCallParam> getGenericParams()
public AbstractParamsNode getParams()
public boolean equals(Object obj)
equals
in class AbstractCallNode
public int hashCode()
hashCode
in class AbstractCallNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractCallNode
Copyright © 2003–2014 Jamon developers. All rights reserved.