XCompile
    Preparing search index...

    Interface Goto

    interface Goto {
        id: string;
        inner: never;
        kind: "GotoStmt";
        name?: string;
        range?: { begin: clang.Location; end: clang.Location };
        targetLabelDeclId: string;
        type: TypeInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    Hexadecimal ID for the node, e.g. "0x..."

    inner: never
    kind: "GotoStmt"

    The kind of the node

    name?: string
    range?: { begin: clang.Location; end: clang.Location }
    targetLabelDeclId: string
    type: TypeInfo