de.twenty11.unitprofile.domain
Class MethodInvocation

java.lang.Object
  extended by de.twenty11.unitprofile.domain.MethodInvocation

public class MethodInvocation
extends Object


Constructor Summary
MethodInvocation(MethodDescriptor methodDescriptor)
           
MethodInvocation(MethodInvocation parent, MethodDescriptor methodDescriptor)
           
 
Method Summary
 void calc()
           
 String dump()
           
 List<MethodInvocation> getChildren()
           
 String getCls()
           
 int getLineNumber()
           
 String getMethod()
           
 MethodInvocation getParent()
           
 long getSelfTime()
           
 long getTime()
           
 void increment()
           
 String rowInTreeTable(MethodInvocation inv, int indentation, Integer parentId)
           
 void setEnd(long currentTimeMillis)
           
 String toString()
           
 String treetable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(MethodDescriptor methodDescriptor)

MethodInvocation

public MethodInvocation(MethodInvocation parent,
                        MethodDescriptor methodDescriptor)
Method Detail

increment

public void increment()

setEnd

public void setEnd(long currentTimeMillis)

getParent

public MethodInvocation getParent()

getCls

public String getCls()

getMethod

public String getMethod()

getLineNumber

public int getLineNumber()

getChildren

public List<MethodInvocation> getChildren()

toString

public String toString()
Overrides:
toString in class Object

getTime

public long getTime()

getSelfTime

public long getSelfTime()

dump

public String dump()

calc

public void calc()

treetable

public String treetable()

rowInTreeTable

public String rowInTreeTable(MethodInvocation inv,
                             int indentation,
                             Integer parentId)


Copyright © 2013. All rights reserved.