SPeCS Packages Documentation
    Preparing search index...

    Utility methods related to searching join points and AST properties.

    Index

    Constructors

    Methods

    • Creates an object representing the class hierarchy of the current program.

      Returns Map<string, Class[]>

      A map where the keys are strings with the fully qualified name of the class, and the value is an array with class join points that are subclasses of the class represented by the key. If the map returns undefined, this means that the class has no subclasses.