org.jikesrvm.adaptive.measurements.instrumentation
Class MethodNameFunction

java.lang.Object
  extended by org.jikesrvm.adaptive.measurements.instrumentation.MethodNameFunction
All Implemented Interfaces:
CounterNameFunction

 class MethodNameFunction
extends Object
implements CounterNameFunction

This class takes a compiled method id and returns a string representation of the method name.


Constructor Summary
MethodNameFunction()
           
 
Method Summary
 String getName(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodNameFunction

MethodNameFunction()
Method Detail

getName

public String getName(int key)
Specified by:
getName in interface CounterNameFunction
Parameters:
key - the compiled method id of a method