UNPKG

@designliquido/delegua

Version:

Linguagem de programação simples e moderna usando português estruturado.

18 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AcessoElementoMatriz = void 0; class AcessoElementoMatriz { constructor(hashArquivo, entidadeChamada, indicePrimario, indiceSegundario, simboloFechamento) { this.linha = entidadeChamada.linha; this.hashArquivo = hashArquivo; this.entidadeChamada = entidadeChamada; this.indicePrimario = indicePrimario; this.indiceSecundario = indiceSegundario; this.simboloFechamento = simboloFechamento; } async aceitar(visitante) { return await visitante.visitarExpressaoAcessoElementoMatriz(this); } } exports.AcessoElementoMatriz = AcessoElementoMatriz; //# sourceMappingURL=acesso-elemento-matriz.js.map