DependencyWalker:
Filter:
QuarkEditor/Classes (extension) | Language

DependencyWalker
ExtensionExtension

Provides information about Classes, Methods, and symbols used in an .sc file.

Description

Provides information about Classes, Methods, and symbols used in an .sc file. These utility functions are used by the QuarkEditor classes.

Class Methods

.methodsForFile

Arguments:

file

Path to an .sc file

Returns:

A list of Method's defined in an .sc file.

.methodsForSelector

Arguments:

selector

A Symbol

Returns:

A list of Method's matching the selector argument

.classesForFile

Arguments:

file

Path to an .sc file

Returns:

A list of Classes defined in the .sc file.

.docsForFile

Arguments:

file

Path to an .schelp file.

Returns:

List of SCDoc objects defined in the .schelp file.

.selectorsForFile

Arguments:

file

Path to an .sc file.

Returns:

List of selectors (e.g. method calls performed) used in the .sc file.