Kieker 1.3

kieker.tools.traceAnalysis.systemModel
Class Signature

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.Signature

public class Signature
extends Object

Author:
Andre van Hoorn

Constructor Summary
Signature(String name, String returnType, String[] paramTypeList)
           
 
Method Summary
 String getName()
           
 String[] getParamTypeList()
           
 String getReturnType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Signature

public Signature(String name,
                 String returnType,
                 String[] paramTypeList)
Method Detail

getName

public final String getName()

getParamTypeList

public final String[] getParamTypeList()

getReturnType

public final String getReturnType()

toString

public String toString()
Overrides:
toString in class Object

Kieker 1.3

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net