public class CallTreeElement extends Object
| Constructor and Description |
|---|
CallTreeElement() |
CallTreeElement(MethodInfo elementInfo) |
| Modifier and Type | Method and Description |
|---|---|
Map<MethodInfo,CallTreeElement> |
getChildren() |
long |
getCount() |
MethodInfo |
getElementInfo() |
void |
setChildren(Map<MethodInfo,CallTreeElement> children) |
void |
setCount(long count) |
void |
setElementInfo(MethodInfo elementInfo) |
public CallTreeElement()
public CallTreeElement(MethodInfo elementInfo)
public MethodInfo getElementInfo()
public void setElementInfo(MethodInfo elementInfo)
public Map<MethodInfo,CallTreeElement> getChildren()
public void setChildren(Map<MethodInfo,CallTreeElement> children)
public long getCount()
public void setCount(long count)
Copyright © 2019 Electronic Arts Inc. All rights reserved.