net.sf.rej.files
Class MethodLocator

java.lang.Object
  extended by net.sf.rej.files.MethodLocator

public class MethodLocator
extends java.lang.Object

A class for location methods. Holds references to the method and the class it belongs to.

Author:
Sami Koivu

Constructor Summary
MethodLocator(ClassLocator cl, Method method)
           
 
Method Summary
 ClassLocator getClassLocator()
           
 Method getMethod()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodLocator

public MethodLocator(ClassLocator cl,
                     Method method)
Method Detail

getClassLocator

public ClassLocator getClassLocator()

getMethod

public Method getMethod()