|
funcscan Version 1.0.0 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Module in de.ovgu.cs.funcscan |
---|
Methods in de.ovgu.cs.funcscan that return types with arguments of type Module | |
---|---|
Collection<Module> |
Worker.getModules()
Get all available modules. |
Collection<Module> |
Worker.getModules()
Get all available modules. |
Methods in de.ovgu.cs.funcscan with parameters of type Module | |
---|---|
String |
Worker.getDefinition(boolean isVar,
String name,
Module module)
Get the definition for the given variable or function. |
String |
Worker.getDefinition(boolean isVar,
String name,
Module module)
Get the definition for the given variable or function. |
Method parameters in de.ovgu.cs.funcscan with type arguments of type Module | |
---|---|
LinkedHashMap<String,de.ovgu.cs.funcscan.Module.CP> |
Module.getFunctionCallers(Collection<Module> potentialCaller,
boolean cached)
Get all modules, which call a global function of this module. |
LinkedHashMap<String,de.ovgu.cs.funcscan.Module.CP> |
Module.getFunctionCallers(Collection<Module> potentialCaller,
boolean cached)
Get all modules, which call a global function of this module. |
LinkedHashMap<String,de.ovgu.cs.funcscan.Module.CP> |
Module.getVarsCallers(Collection<Module> potentialCaller,
boolean cached)
Get all modules, which refer to a global variable of this module. |
LinkedHashMap<String,de.ovgu.cs.funcscan.Module.CP> |
Module.getVarsCallers(Collection<Module> potentialCaller,
boolean cached)
Get all modules, which refer to a global variable of this module. |
|
funcscan Version 1.0.0 |
||||||||
PREV NEXT | FRAMES NO FRAMES |