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

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

public class ReferenceTypeWrapper
extends java.lang.Object
implements IReferenceType


Constructor Summary
ReferenceTypeWrapper(com.sun.jdi.ReferenceType type)
           
 
Method Summary
 java.lang.String getSuperClassName()
           
 java.lang.String name()
           
 java.util.List<IField> visibleFields()
           
 java.util.List<IMethod> visibleMethods()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceTypeWrapper

public ReferenceTypeWrapper(com.sun.jdi.ReferenceType type)
Method Detail

getSuperClassName

public java.lang.String getSuperClassName()
Specified by:
getSuperClassName in interface IReferenceType

name

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

visibleFields

public java.util.List<IField> visibleFields()
Specified by:
visibleFields in interface IReferenceType

visibleMethods

public java.util.List<IMethod> visibleMethods()
Specified by:
visibleMethods in interface IReferenceType