|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.epfl.lamp.smartanalysis
Class SimpleAnalyser

java.lang.Objectch.epfl.lamp.smartanalysis.AbstractDepAnalyser
ch.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:
getDependenciesin interfaceDepAnalyser- Specified by:
getDependenciesin classAbstractDepAnalyser
|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC