public class MethodNode extends SubcomponentNode
| Constructor and Description |
|---|
MethodNode(org.jamon.api.Location location,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
getNameaddSubNode, getSubNodesaddProperty, addProperty, addPropertyList, getLocation, toStringpublic MethodNode(org.jamon.api.Location location,
String name)
public void apply(Analysis analysis)
apply in class SubcomponentNodepublic boolean equals(Object obj)
equals in class SubcomponentNodepublic int hashCode()
hashCode in class SubcomponentNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class SubcomponentNodeCopyright © 2003–2015 Jamon developers. All rights reserved.