net.sf.rej.gui.debug.wrappers
Class MethodWrapper

java.lang.Object
  extended by net.sf.rej.gui.debug.wrappers.MethodWrapper
All Implemented Interfaces:
IMethod

public class MethodWrapper
extends java.lang.Object
implements IMethod


Constructor Summary
MethodWrapper(com.sun.jdi.Method method)
           
 
Method Summary
 int modifiers()
           
 java.lang.String name()
           
 java.lang.String signature()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodWrapper

public MethodWrapper(com.sun.jdi.Method method)
Method Detail

modifiers

public int modifiers()
Specified by:
modifiers in interface IMethod

name

public java.lang.String name()
Specified by:
name in interface IMethod

signature

public java.lang.String signature()
Specified by:
signature in interface IMethod