SPeCS Packages Documentation
    Preparing search index...

    A path to a value, such as a or (*x).y.

    interface Path {
        get jp(): Expression;
        get prefixes(): Path[];
        get shallowPrefixes(): Path[];
        get supportingPrefixes(): Path[];
        get ty(): Ty;
        get vardecl(): Vardecl;
        contains(other: Path): boolean;
        equals(other: Path): boolean;
        toString(): string;
    }

    Implemented by

    Index

    Accessors

    Methods