@designliquido/delegua
    Preparing search index...

    Interface EscopoVariavel

    interface EscopoVariavel {
        hashArquivo: number;
        imutavel: boolean;
        inicializada: boolean;
        linha: number;
        nome: string;
        tipo: string;
        usada: boolean;
        valor?: any;
    }
    Index

    Properties

    hashArquivo: number
    imutavel: boolean
    inicializada: boolean
    linha: number
    nome: string
    tipo: string
    usada: boolean
    valor?: any