public class GenericsParamNode extends AbstractNode
| Constructor and Description |
|---|
GenericsParamNode(org.jamon.api.Location location,
String name) |
| Modifier and Type | Method and Description |
|---|---|
GenericsParamNode |
addBound(GenericsBoundNode bound) |
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
List<GenericsBoundNode> |
getBounds() |
String |
getName() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toStringpublic GenericsParamNode(org.jamon.api.Location location,
String name)
public void apply(Analysis analysis)
apply in class AbstractNodepublic String getName()
public GenericsParamNode addBound(GenericsBoundNode bound)
public List<GenericsBoundNode> getBounds()
public boolean equals(Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractNodeCopyright © 2003–2015 Jamon developers. All rights reserved.