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

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis
Class SimpleAnalyser  view SimpleAnalyser download SimpleAnalyser.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.AbstractDepAnalyser
      extended bych.epfl.lamp.smartanalysis.SimpleAnalyser
All Implemented Interfaces:
DepAnalyser

public class SimpleAnalyser
extends AbstractDepAnalyser

Utility to analyse the dependencies of a certain Class. dependencies are just taken from the constant pool and method/field identifier.

Version:
1.0

Constructor Summary
SimpleAnalyser()
           
 
Method Summary
 Reference[] getDependencies(DepClass c)
          analyse the Reference (class, method, field) used by this class.
 
Methods inherited from class ch.epfl.lamp.smartanalysis.AbstractDepAnalyser
getNextType, getObjectName, getSkeleton, slashToDot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAnalyser

public SimpleAnalyser()
Method Detail

getDependencies

public Reference[] getDependencies(DepClass c)
analyse the Reference (class, method, field) used by this class.

Specified by:
getDependencies in interface DepAnalyser
Specified by:
getDependencies in class AbstractDepAnalyser