Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
ch.epfl.lamp.smartanalysis.InheritableWrapper

Uses of InheritableWrapper in ch.epfl.lamp.smartanalysis
 

Methods in ch.epfl.lamp.smartanalysis that return InheritableWrapper
 InheritableWrapper[] Skeleton.getInterfaces()
          DOCUMENT ME!
 InheritableWrapper[] Skeleton.getSuperClasses()
          DOCUMENT ME!
 InheritableWrapper DepClass.getDirectSuperClass()
          get the superclass directly over this class.
 InheritableWrapper[] DepClass.getSuperClasses()
          get all superclasses of this one: index 0 will be the direct super class, last will always be Object.
 InheritableWrapper[] DepClass.getInterfaces()
          get all Interfaces implemented (direct or indirect) by this class.
 

Methods in ch.epfl.lamp.smartanalysis with parameters of type InheritableWrapper
protected  void Skeleton.addInterface(InheritableWrapper argInheritable)
           
protected  void Skeleton.addSuperClass(InheritableWrapper argSuper)