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