@designliquido/delegua 1.23.5 → 1.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avaliador-sintatico/avaliador-sintatico.d.ts +6 -2
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +284 -307
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/bin/package.json +1 -1
- package/ffi/despachador-ffi-interface.d.ts +31 -0
- package/ffi/despachador-ffi-interface.d.ts.map +1 -0
- package/ffi/despachador-ffi-interface.js +3 -0
- package/ffi/despachador-ffi-interface.js.map +1 -0
- package/ffi/index.d.ts +3 -0
- package/ffi/index.d.ts.map +1 -0
- package/ffi/index.js +19 -0
- package/ffi/index.js.map +1 -0
- package/ffi/leitor-definicao.d.ts +23 -0
- package/ffi/leitor-definicao.d.ts.map +1 -0
- package/ffi/leitor-definicao.js +56 -0
- package/ffi/leitor-definicao.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts.map +1 -1
- package/interpretador/interpretador-base.d.ts +9 -0
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +14 -0
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +8 -0
- package/interpretador/interpretador.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +785 -704
package/umd/delegua.js
CHANGED
|
@@ -494,7 +494,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
494
|
}
|
|
495
495
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
496
|
|
|
497
|
-
},{"../construtos":67,"../declaracoes":116,"../interfaces":
|
|
497
|
+
},{"../construtos":67,"../declaracoes":116,"../interfaces":179,"../quebras":250,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
498
|
"use strict";
|
|
499
499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
500
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -1887,7 +1887,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1887
1887
|
}
|
|
1888
1888
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1889
1889
|
|
|
1890
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":
|
|
1890
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":176,"../lexador/micro-lexador":247,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1891
1891
|
"use strict";
|
|
1892
1892
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1893
1893
|
|
|
@@ -2099,7 +2099,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2099
2099
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
|
-
},{"../interfaces":
|
|
2102
|
+
},{"../interfaces":179}],9:[function(require,module,exports){
|
|
2103
2103
|
"use strict";
|
|
2104
2104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2105
2105
|
|
|
@@ -2390,7 +2390,7 @@ class AvaliadorSintaticoBase {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2392
2392
|
|
|
2393
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":
|
|
2393
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2394
2394
|
"use strict";
|
|
2395
2395
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2396
2396
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -4634,6 +4634,289 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4634
4634
|
this.interfacesDeclaradas[simbolo.lexema] = declaracao;
|
|
4635
4635
|
return declaracao;
|
|
4636
4636
|
}
|
|
4637
|
+
async analisarMembroOperador(ehEstatico, modificadorAcesso, metodos, docAtual) {
|
|
4638
|
+
const simboloOperadorKeyword = this.avancarEDevolverAnterior();
|
|
4639
|
+
const simboloDoOperador = this.avancarEDevolverAnterior();
|
|
4640
|
+
const nomeMetodoOp = 'operador' + simboloDoOperador.lexema;
|
|
4641
|
+
const simboloNomeMetodo = {
|
|
4642
|
+
tipo: delegua_2.default.IDENTIFICADOR,
|
|
4643
|
+
lexema: nomeMetodoOp,
|
|
4644
|
+
literal: null,
|
|
4645
|
+
linha: simboloOperadorKeyword.linha,
|
|
4646
|
+
hashArquivo: this.hashArquivo,
|
|
4647
|
+
};
|
|
4648
|
+
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após operador sobrecarregado.");
|
|
4649
|
+
let paramsOp = [];
|
|
4650
|
+
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4651
|
+
paramsOp = await this.logicaComumParametros();
|
|
4652
|
+
}
|
|
4653
|
+
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do operador.");
|
|
4654
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do operador.");
|
|
4655
|
+
const indiceAberturaCorpoOp = this.atual - 1;
|
|
4656
|
+
const quantidadeErrosAntesCorpoOp = this.erros.length;
|
|
4657
|
+
let corpoOp = [];
|
|
4658
|
+
try {
|
|
4659
|
+
corpoOp = await this.blocoEscopo();
|
|
4660
|
+
}
|
|
4661
|
+
catch (erro) {
|
|
4662
|
+
this.erros.push(erro);
|
|
4663
|
+
}
|
|
4664
|
+
if (this.erros.length > quantidadeErrosAntesCorpoOp) {
|
|
4665
|
+
this.atual = this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpoOp);
|
|
4666
|
+
corpoOp = [];
|
|
4667
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4668
|
+
}
|
|
4669
|
+
const corpoFuncaoOp = new construtos_1.FuncaoConstruto(this.hashArquivo, simboloNomeMetodo.linha, paramsOp, corpoOp);
|
|
4670
|
+
const metodoOp = new declaracoes_1.FuncaoDeclaracao(simboloNomeMetodo, corpoFuncaoOp);
|
|
4671
|
+
metodoOp.estatico = ehEstatico;
|
|
4672
|
+
metodoOp.acesso = modificadorAcesso;
|
|
4673
|
+
metodoOp.documentacao = docAtual;
|
|
4674
|
+
metodos.push(metodoOp);
|
|
4675
|
+
this.pilhaDecoradores = [];
|
|
4676
|
+
}
|
|
4677
|
+
async analisarMembroMetodo(ehEstatico, modificadorAcesso, ehAbstratoPadrao, ehAbstrata, ehEstrangeira, metodos, docAtual) {
|
|
4678
|
+
const nomeMetodo = this.avancarEDevolverAnterior();
|
|
4679
|
+
// Pré-registrar para suportar chamadas recursivas (igual a funcao()).
|
|
4680
|
+
this.pilhaEscopos.definirInformacoesVariavel(nomeMetodo.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(nomeMetodo.lexema, 'qualquer'));
|
|
4681
|
+
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após nome do método.");
|
|
4682
|
+
let params = [];
|
|
4683
|
+
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4684
|
+
params = await this.logicaComumParametros();
|
|
4685
|
+
}
|
|
4686
|
+
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do método.");
|
|
4687
|
+
let tipoRetorno = 'qualquer';
|
|
4688
|
+
let definicaoExplicitaDeTipo = false;
|
|
4689
|
+
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.DOIS_PONTOS)) {
|
|
4690
|
+
tipoRetorno = this.verificarDefinicaoTipoAtual();
|
|
4691
|
+
this.avancarEDevolverAnterior();
|
|
4692
|
+
definicaoExplicitaDeTipo = true;
|
|
4693
|
+
}
|
|
4694
|
+
if (ehEstrangeira && this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA)) {
|
|
4695
|
+
throw this.erro(this.simbolos[this.atual], 'Métodos de classe estrangeira não podem ter corpo.');
|
|
4696
|
+
}
|
|
4697
|
+
// Método é abstrato quando: (a) está dentro de um bloco `abstrato {}`,
|
|
4698
|
+
// ou (b) a classe é abstrata/estrangeira e o próximo token não é `{`.
|
|
4699
|
+
const ehAbstrato = ehAbstratoPadrao ||
|
|
4700
|
+
ehEstrangeira ||
|
|
4701
|
+
(ehAbstrata && !this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA));
|
|
4702
|
+
if (ehAbstrato) {
|
|
4703
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4704
|
+
const corpoVazio = new construtos_1.FuncaoConstruto(this.hashArquivo, nomeMetodo.linha, params, [], tipoRetorno, definicaoExplicitaDeTipo);
|
|
4705
|
+
const metodoAbstrato = new declaracoes_1.FuncaoDeclaracao(nomeMetodo, corpoVazio, tipoRetorno);
|
|
4706
|
+
metodoAbstrato.estatico = ehEstatico;
|
|
4707
|
+
metodoAbstrato.abstrato = true;
|
|
4708
|
+
metodoAbstrato.acesso = modificadorAcesso;
|
|
4709
|
+
metodoAbstrato.decoradores = Array.from(this.pilhaDecoradores);
|
|
4710
|
+
metodoAbstrato.documentacao = docAtual;
|
|
4711
|
+
metodos.push(metodoAbstrato);
|
|
4712
|
+
}
|
|
4713
|
+
else {
|
|
4714
|
+
// Método concreto: com corpo. Inferência de tipo de retorno igual a corpoDaFuncao().
|
|
4715
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do método.");
|
|
4716
|
+
const indiceAberturaCorpo = this.atual - 1;
|
|
4717
|
+
const quantidadeErrosAntesCorpo = this.erros.length;
|
|
4718
|
+
let corpo = [];
|
|
4719
|
+
try {
|
|
4720
|
+
corpo = await this.blocoEscopo();
|
|
4721
|
+
}
|
|
4722
|
+
catch (erro) {
|
|
4723
|
+
this.erros.push(erro);
|
|
4724
|
+
}
|
|
4725
|
+
if (this.erros.length > quantidadeErrosAntesCorpo) {
|
|
4726
|
+
this.atual = this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpo);
|
|
4727
|
+
corpo = [];
|
|
4728
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4729
|
+
}
|
|
4730
|
+
let expressoesRetorna = [];
|
|
4731
|
+
for (const declaracao of corpo) {
|
|
4732
|
+
expressoesRetorna = expressoesRetorna.concat((0, comum_1.buscarRetornos)(declaracao));
|
|
4733
|
+
}
|
|
4734
|
+
const tiposRetornos = new Set(expressoesRetorna.filter((e) => e.tipo !== 'qualquer').map((e) => e.tipo));
|
|
4735
|
+
const retornaChamadoExplicitamente = tiposRetornos.size > 0;
|
|
4736
|
+
tiposRetornos.delete('qualquer');
|
|
4737
|
+
if (tipoRetorno === 'qualquer') {
|
|
4738
|
+
if (tiposRetornos.size > 0) {
|
|
4739
|
+
tipoRetorno = tiposRetornos.values().next().value;
|
|
4740
|
+
}
|
|
4741
|
+
else if (!retornaChamadoExplicitamente && !definicaoExplicitaDeTipo) {
|
|
4742
|
+
tipoRetorno = 'vazio';
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
const corpoFuncao = new construtos_1.FuncaoConstruto(this.hashArquivo, nomeMetodo.linha, params, corpo, tipoRetorno);
|
|
4746
|
+
const tipoDaFuncao = `função<${tipoRetorno}>`;
|
|
4747
|
+
const metodo = new declaracoes_1.FuncaoDeclaracao(nomeMetodo, corpoFuncao, tipoDaFuncao);
|
|
4748
|
+
metodo.estatico = ehEstatico;
|
|
4749
|
+
metodo.acesso = modificadorAcesso;
|
|
4750
|
+
metodo.decoradores = Array.from(this.pilhaDecoradores);
|
|
4751
|
+
metodo.documentacao = docAtual;
|
|
4752
|
+
metodos.push(metodo);
|
|
4753
|
+
this.pilhaEscopos.definirInformacoesVariavel(nomeMetodo.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(nomeMetodo.lexema, tipoDaFuncao));
|
|
4754
|
+
this.pilhaEscopos.registrarReferenciaFuncao(nomeMetodo.lexema, metodo);
|
|
4755
|
+
}
|
|
4756
|
+
this.pilhaDecoradores = [];
|
|
4757
|
+
}
|
|
4758
|
+
async analisarMembroPropriedade(ehEstatico, modificadorAcesso, metodos, propriedades, docAtual) {
|
|
4759
|
+
const nomePropriedade = this.consumir(delegua_2.default.IDENTIFICADOR, 'Esperado identificador para nome de propriedade.');
|
|
4760
|
+
this.consumir(delegua_2.default.DOIS_PONTOS, 'Esperado dois-pontos após nome de propriedade.');
|
|
4761
|
+
const tipoPropriedade = this.avancarEDevolverAnterior();
|
|
4762
|
+
let nomeTipoPropriedade = tipoPropriedade.lexema;
|
|
4763
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.COLCHETE_ESQUERDO)) {
|
|
4764
|
+
this.avancarEDevolverAnterior();
|
|
4765
|
+
this.consumir(delegua_2.default.COLCHETE_DIREITO, "Esperado ']' após '[' na definição do tipo de propriedade.");
|
|
4766
|
+
nomeTipoPropriedade = `${nomeTipoPropriedade}[]`;
|
|
4767
|
+
}
|
|
4768
|
+
const prop = new declaracoes_1.PropriedadeClasse(nomePropriedade, nomeTipoPropriedade, Array.from(this.pilhaDecoradores), modificadorAcesso, ehEstatico);
|
|
4769
|
+
prop.documentacao = docAtual;
|
|
4770
|
+
// Auto-propriedade: `nome: tipo { obter; definir; }`
|
|
4771
|
+
// Ou corpo personalizado: `nome: tipo { obter() { ... } definir(valor) { ... } }`
|
|
4772
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA)) {
|
|
4773
|
+
this.avancarEDevolverAnterior();
|
|
4774
|
+
let temCorpoPersonalizado = false;
|
|
4775
|
+
while (!this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_DIREITA) && !this.estaNoFinal()) {
|
|
4776
|
+
const lexema = String(this.simbolos[this.atual].lexema || '').toLowerCase();
|
|
4777
|
+
if (lexema === 'obter' || lexema === 'definir') {
|
|
4778
|
+
const ehObter = lexema === 'obter';
|
|
4779
|
+
this.avancarEDevolverAnterior();
|
|
4780
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_ESQUERDO)) {
|
|
4781
|
+
// Corpo personalizado: obter() { ... } / definir(valor) { ... }
|
|
4782
|
+
temCorpoPersonalizado = true;
|
|
4783
|
+
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após acessor.");
|
|
4784
|
+
let paramsAcessor = [];
|
|
4785
|
+
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4786
|
+
paramsAcessor = await this.logicaComumParametros();
|
|
4787
|
+
}
|
|
4788
|
+
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do acessor.");
|
|
4789
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do acessor.");
|
|
4790
|
+
const indiceAberturaCorpoAcessor = this.atual - 1;
|
|
4791
|
+
const quantidadeErrosAntesCorpoAcessor = this.erros.length;
|
|
4792
|
+
let corpoAcessor = [];
|
|
4793
|
+
try {
|
|
4794
|
+
corpoAcessor = await this.blocoEscopo();
|
|
4795
|
+
}
|
|
4796
|
+
catch (erro) {
|
|
4797
|
+
this.erros.push(erro);
|
|
4798
|
+
}
|
|
4799
|
+
if (this.erros.length > quantidadeErrosAntesCorpoAcessor) {
|
|
4800
|
+
this.atual = this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpoAcessor);
|
|
4801
|
+
corpoAcessor = [];
|
|
4802
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4803
|
+
}
|
|
4804
|
+
let tipoAcessor = 'qualquer';
|
|
4805
|
+
let expressoesRetornaAcessor = [];
|
|
4806
|
+
for (const declaracao of corpoAcessor) {
|
|
4807
|
+
expressoesRetornaAcessor = expressoesRetornaAcessor.concat((0, comum_1.buscarRetornos)(declaracao));
|
|
4808
|
+
}
|
|
4809
|
+
const tiposRetornosAcessor = new Set(expressoesRetornaAcessor.filter((e) => e.tipo !== 'qualquer').map((e) => e.tipo));
|
|
4810
|
+
const retornaExplicitamenteAcessor = tiposRetornosAcessor.size > 0;
|
|
4811
|
+
tiposRetornosAcessor.delete('qualquer');
|
|
4812
|
+
if (tiposRetornosAcessor.size > 0) {
|
|
4813
|
+
tipoAcessor = tiposRetornosAcessor.values().next().value;
|
|
4814
|
+
}
|
|
4815
|
+
else if (!retornaExplicitamenteAcessor) {
|
|
4816
|
+
tipoAcessor = 'vazio';
|
|
4817
|
+
}
|
|
4818
|
+
const corpoFuncaoAcessor = new construtos_1.FuncaoConstruto(this.hashArquivo, nomePropriedade.linha, paramsAcessor, corpoAcessor, tipoAcessor);
|
|
4819
|
+
const tipoDaFuncaoAcessor = `função<${tipoAcessor}>`;
|
|
4820
|
+
const metodoAcessor = new declaracoes_1.FuncaoDeclaracao(nomePropriedade, corpoFuncaoAcessor, tipoDaFuncaoAcessor);
|
|
4821
|
+
metodoAcessor.estatico = ehEstatico;
|
|
4822
|
+
metodoAcessor.acesso = modificadorAcesso;
|
|
4823
|
+
metodoAcessor.eObtenedor = ehObter;
|
|
4824
|
+
metodoAcessor.eDefinidor = !ehObter;
|
|
4825
|
+
metodos.push(metodoAcessor);
|
|
4826
|
+
}
|
|
4827
|
+
else {
|
|
4828
|
+
// Forma trivial: obter; / definir;
|
|
4829
|
+
if (ehObter) {
|
|
4830
|
+
prop.autoObter = true;
|
|
4831
|
+
}
|
|
4832
|
+
else {
|
|
4833
|
+
prop.autoDefinir = true;
|
|
4834
|
+
}
|
|
4835
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4836
|
+
}
|
|
4837
|
+
}
|
|
4838
|
+
else {
|
|
4839
|
+
break;
|
|
4840
|
+
}
|
|
4841
|
+
}
|
|
4842
|
+
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' após acessores da propriedade.");
|
|
4843
|
+
// Corpo personalizado: obtenedor/definidor são métodos — não há campos base a declarar.
|
|
4844
|
+
// Para auto-propriedades, o campo base iniciado por '_' é criado em tempo de execução com base
|
|
4845
|
+
// nos indicadores autoObter/autoDefinir. O avaliador sintático usa o nome original ('nome').
|
|
4846
|
+
if (!temCorpoPersonalizado) {
|
|
4847
|
+
propriedades.push(prop);
|
|
4848
|
+
}
|
|
4849
|
+
}
|
|
4850
|
+
else {
|
|
4851
|
+
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4852
|
+
propriedades.push(prop);
|
|
4853
|
+
}
|
|
4854
|
+
this.pilhaDecoradores = [];
|
|
4855
|
+
}
|
|
4856
|
+
async compreenderMembros(acessoPadrao, ehEstaticoPadrao, ehAbstratoPadrao, ehAbstrata, ehEstrangeira, metodos, propriedades) {
|
|
4857
|
+
while (!this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_DIREITA) &&
|
|
4858
|
+
!this.estaNoFinal()) {
|
|
4859
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.COMENTARIO ||
|
|
4860
|
+
this.simbolos[this.atual].tipo === delegua_2.default.LINHA_COMENTARIO) {
|
|
4861
|
+
this.avancarEDevolverAnterior();
|
|
4862
|
+
continue;
|
|
4863
|
+
}
|
|
4864
|
+
let docAtual = undefined;
|
|
4865
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.DOCUMENTARIO) {
|
|
4866
|
+
const simboloDoc = this.avancarEDevolverAnterior();
|
|
4867
|
+
docAtual = new construtos_1.ComentarioComoConstruto(simboloDoc);
|
|
4868
|
+
}
|
|
4869
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.ARROBA) {
|
|
4870
|
+
await this.resolverDecoradores();
|
|
4871
|
+
continue;
|
|
4872
|
+
}
|
|
4873
|
+
const tipoAtual = this.simbolos[this.atual].tipo;
|
|
4874
|
+
const tipoProximo = this.simbolos[this.atual + 1]?.tipo;
|
|
4875
|
+
const ehBlocoAcesso = [delegua_2.default.PRIVADO, delegua_2.default.PROTEGIDO].includes(tipoAtual) &&
|
|
4876
|
+
tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4877
|
+
const ehBlocoEstatico = tipoAtual === delegua_2.default.ESTATICO && tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4878
|
+
const ehBlocoAbstrato = tipoAtual === delegua_2.default.ABSTRATO && tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4879
|
+
if (ehBlocoAcesso) {
|
|
4880
|
+
const novoAcesso = tipoAtual === delegua_2.default.PRIVADO ? 'privado' : 'protegido';
|
|
4881
|
+
this.avancarEDevolverAnterior();
|
|
4882
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após modificador de acesso de bloco.");
|
|
4883
|
+
await this.compreenderMembros(novoAcesso, ehEstaticoPadrao, ehAbstratoPadrao, ehAbstrata, ehEstrangeira, metodos, propriedades);
|
|
4884
|
+
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco de modificador de acesso.");
|
|
4885
|
+
continue;
|
|
4886
|
+
}
|
|
4887
|
+
if (ehBlocoEstatico) {
|
|
4888
|
+
this.avancarEDevolverAnterior();
|
|
4889
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após 'estático'.");
|
|
4890
|
+
await this.compreenderMembros(acessoPadrao, true, ehAbstratoPadrao, ehAbstrata, ehEstrangeira, metodos, propriedades);
|
|
4891
|
+
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco estático.");
|
|
4892
|
+
continue;
|
|
4893
|
+
}
|
|
4894
|
+
if (ehBlocoAbstrato) {
|
|
4895
|
+
this.avancarEDevolverAnterior();
|
|
4896
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após 'abstrato'.");
|
|
4897
|
+
await this.compreenderMembros(acessoPadrao, ehEstaticoPadrao, true, ehAbstrata, ehEstrangeira, metodos, propriedades);
|
|
4898
|
+
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco abstrato.");
|
|
4899
|
+
continue;
|
|
4900
|
+
}
|
|
4901
|
+
const modificadorAcesso = acessoPadrao;
|
|
4902
|
+
const ehEstatico = ehEstaticoPadrao;
|
|
4903
|
+
if (this.simbolos[this.atual].tipo === delegua_2.default.OPERADOR) {
|
|
4904
|
+
await this.analisarMembroOperador(ehEstatico, modificadorAcesso, metodos, docAtual);
|
|
4905
|
+
continue;
|
|
4906
|
+
}
|
|
4907
|
+
const proximoSimbolo = this.simbolos[this.atual + 1];
|
|
4908
|
+
switch (proximoSimbolo?.tipo) {
|
|
4909
|
+
case delegua_2.default.PARENTESE_ESQUERDO:
|
|
4910
|
+
await this.analisarMembroMetodo(ehEstatico, modificadorAcesso, ehAbstratoPadrao, ehAbstrata, ehEstrangeira, metodos, docAtual);
|
|
4911
|
+
break;
|
|
4912
|
+
case delegua_2.default.DOIS_PONTOS:
|
|
4913
|
+
await this.analisarMembroPropriedade(ehEstatico, modificadorAcesso, metodos, propriedades, docAtual);
|
|
4914
|
+
break;
|
|
4915
|
+
default:
|
|
4916
|
+
throw this.erro(this.simbolos[this.atual], 'Esperado definição de método ou propriedade.');
|
|
4917
|
+
}
|
|
4918
|
+
}
|
|
4919
|
+
}
|
|
4637
4920
|
async declaracaoDeClasse() {
|
|
4638
4921
|
// Modificadores opcionais no nível da classe: `abstrata`, `estrangeira` e/ou `estática`.
|
|
4639
4922
|
// Sintaxe: `classe abstrata NomeDaClasse`, `classe estrangeira NomeDaClasse`, etc.
|
|
@@ -4685,314 +4968,8 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4685
4968
|
this.pilhaDecoradores = [];
|
|
4686
4969
|
const metodos = [];
|
|
4687
4970
|
const propriedades = [];
|
|
4688
|
-
/**
|
|
4689
|
-
* Analisa membros do corpo da classe com um contexto de acesso e estático padrão.
|
|
4690
|
-
* Suporta blocos de contexto aninhados: `estático { }`, `abstrato { }`, `privado { }`, `protegido { }`, `publico { }`.
|
|
4691
|
-
*/
|
|
4692
|
-
const compreenderMembros = async (acessoPadrao, ehEstaticoPadrao, ehAbstratoPadrao = false) => {
|
|
4693
|
-
while (!this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_DIREITA) &&
|
|
4694
|
-
!this.estaNoFinal()) {
|
|
4695
|
-
// Pular comentários normais dentro do corpo da classe.
|
|
4696
|
-
if (this.simbolos[this.atual].tipo === delegua_2.default.COMENTARIO ||
|
|
4697
|
-
this.simbolos[this.atual].tipo === delegua_2.default.LINHA_COMENTARIO) {
|
|
4698
|
-
this.avancarEDevolverAnterior();
|
|
4699
|
-
continue;
|
|
4700
|
-
}
|
|
4701
|
-
// Documentário (/** ... */)
|
|
4702
|
-
let docAtual = undefined;
|
|
4703
|
-
if (this.simbolos[this.atual].tipo === delegua_2.default.DOCUMENTARIO) {
|
|
4704
|
-
const simboloDoc = this.avancarEDevolverAnterior();
|
|
4705
|
-
docAtual = new construtos_1.ComentarioComoConstruto(simboloDoc);
|
|
4706
|
-
}
|
|
4707
|
-
// Decorador
|
|
4708
|
-
if (this.simbolos[this.atual].tipo === delegua_2.default.ARROBA) {
|
|
4709
|
-
await this.resolverDecoradores();
|
|
4710
|
-
continue;
|
|
4711
|
-
}
|
|
4712
|
-
// Detecção de bloco de contexto: modificador seguido de '{'
|
|
4713
|
-
const tipoAtual = this.simbolos[this.atual].tipo;
|
|
4714
|
-
const tipoProximo = this.simbolos[this.atual + 1]?.tipo;
|
|
4715
|
-
const ehBlocoAcesso = [delegua_2.default.PRIVADO, delegua_2.default.PROTEGIDO].includes(tipoAtual) &&
|
|
4716
|
-
tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4717
|
-
const ehBlocoEstatico = tipoAtual === delegua_2.default.ESTATICO &&
|
|
4718
|
-
tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4719
|
-
const ehBlocoAbstrato = tipoAtual === delegua_2.default.ABSTRATO &&
|
|
4720
|
-
tipoProximo === delegua_2.default.CHAVE_ESQUERDA;
|
|
4721
|
-
if (ehBlocoAcesso) {
|
|
4722
|
-
const novoAcesso = tipoAtual === delegua_2.default.PRIVADO ? 'privado' : 'protegido';
|
|
4723
|
-
this.avancarEDevolverAnterior(); // consume modificador de acesso
|
|
4724
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após modificador de acesso de bloco.");
|
|
4725
|
-
await compreenderMembros(novoAcesso, ehEstaticoPadrao, ehAbstratoPadrao);
|
|
4726
|
-
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco de modificador de acesso.");
|
|
4727
|
-
continue;
|
|
4728
|
-
}
|
|
4729
|
-
if (ehBlocoEstatico) {
|
|
4730
|
-
this.avancarEDevolverAnterior(); // consume 'estático'
|
|
4731
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após 'estático'.");
|
|
4732
|
-
await compreenderMembros(acessoPadrao, true, ehAbstratoPadrao);
|
|
4733
|
-
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco estático.");
|
|
4734
|
-
continue;
|
|
4735
|
-
}
|
|
4736
|
-
if (ehBlocoAbstrato) {
|
|
4737
|
-
this.avancarEDevolverAnterior(); // consume 'abstrato'
|
|
4738
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após 'abstrato'.");
|
|
4739
|
-
await compreenderMembros(acessoPadrao, ehEstaticoPadrao, true);
|
|
4740
|
-
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' para fechar bloco abstrato.");
|
|
4741
|
-
continue;
|
|
4742
|
-
}
|
|
4743
|
-
const modificadorAcesso = acessoPadrao;
|
|
4744
|
-
const ehEstatico = ehEstaticoPadrao;
|
|
4745
|
-
// Método operador sobrecarregado: `operador+ (outro) { ... }`
|
|
4746
|
-
if (this.simbolos[this.atual].tipo === delegua_2.default.OPERADOR) {
|
|
4747
|
-
const simboloOperadorKeyword = this.avancarEDevolverAnterior();
|
|
4748
|
-
const simboloDoOperador = this.avancarEDevolverAnterior();
|
|
4749
|
-
const nomeMetodoOp = 'operador' + simboloDoOperador.lexema;
|
|
4750
|
-
const simboloNomeMetodo = {
|
|
4751
|
-
tipo: delegua_2.default.IDENTIFICADOR,
|
|
4752
|
-
lexema: nomeMetodoOp,
|
|
4753
|
-
literal: null,
|
|
4754
|
-
linha: simboloOperadorKeyword.linha,
|
|
4755
|
-
hashArquivo: this.hashArquivo,
|
|
4756
|
-
};
|
|
4757
|
-
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após operador sobrecarregado.");
|
|
4758
|
-
let paramsOp = [];
|
|
4759
|
-
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4760
|
-
paramsOp = await this.logicaComumParametros();
|
|
4761
|
-
}
|
|
4762
|
-
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do operador.");
|
|
4763
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do operador.");
|
|
4764
|
-
const indiceAberturaCorpoOp = this.atual - 1;
|
|
4765
|
-
const quantidadeErrosAntesCorpoOp = this.erros.length;
|
|
4766
|
-
let corpoOp = [];
|
|
4767
|
-
try {
|
|
4768
|
-
corpoOp = await this.blocoEscopo();
|
|
4769
|
-
}
|
|
4770
|
-
catch (erro) {
|
|
4771
|
-
this.erros.push(erro);
|
|
4772
|
-
}
|
|
4773
|
-
if (this.erros.length > quantidadeErrosAntesCorpoOp) {
|
|
4774
|
-
this.atual =
|
|
4775
|
-
this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpoOp);
|
|
4776
|
-
corpoOp = [];
|
|
4777
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4778
|
-
}
|
|
4779
|
-
const corpoFuncaoOp = new construtos_1.FuncaoConstruto(this.hashArquivo, simboloNomeMetodo.linha, paramsOp, corpoOp);
|
|
4780
|
-
const metodoOp = new declaracoes_1.FuncaoDeclaracao(simboloNomeMetodo, corpoFuncaoOp);
|
|
4781
|
-
metodoOp.estatico = ehEstatico;
|
|
4782
|
-
metodoOp.acesso = modificadorAcesso;
|
|
4783
|
-
metodoOp.documentacao = docAtual;
|
|
4784
|
-
metodos.push(metodoOp);
|
|
4785
|
-
this.pilhaDecoradores = [];
|
|
4786
|
-
continue;
|
|
4787
|
-
}
|
|
4788
|
-
// Método ou propriedade, determinado pelo token seguinte ao nome
|
|
4789
|
-
const proximoSimbolo = this.simbolos[this.atual + 1];
|
|
4790
|
-
switch (proximoSimbolo?.tipo) {
|
|
4791
|
-
case delegua_2.default.PARENTESE_ESQUERDO: {
|
|
4792
|
-
// Analisa: nome ( params ) [abstrato] [: tipoRetorno] { corpo }
|
|
4793
|
-
const nomeMetodo = this.avancarEDevolverAnterior();
|
|
4794
|
-
// Pré-registrar para suportar chamadas recursivas (igual a funcao()).
|
|
4795
|
-
this.pilhaEscopos.definirInformacoesVariavel(nomeMetodo.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(nomeMetodo.lexema, 'qualquer'));
|
|
4796
|
-
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após nome do método.");
|
|
4797
|
-
let params = [];
|
|
4798
|
-
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4799
|
-
params = await this.logicaComumParametros();
|
|
4800
|
-
}
|
|
4801
|
-
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do método.");
|
|
4802
|
-
// Tipo de retorno opcional (igual a corpoDaFuncao())
|
|
4803
|
-
let tipoRetorno = 'qualquer';
|
|
4804
|
-
let definicaoExplicitaDeTipo = false;
|
|
4805
|
-
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.DOIS_PONTOS)) {
|
|
4806
|
-
tipoRetorno = this.verificarDefinicaoTipoAtual();
|
|
4807
|
-
this.avancarEDevolverAnterior();
|
|
4808
|
-
definicaoExplicitaDeTipo = true;
|
|
4809
|
-
}
|
|
4810
|
-
// Método de classe estrangeira não pode ter corpo.
|
|
4811
|
-
if (ehEstrangeira &&
|
|
4812
|
-
this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA)) {
|
|
4813
|
-
throw this.erro(this.simbolos[this.atual], 'Métodos de classe estrangeira não podem ter corpo.');
|
|
4814
|
-
}
|
|
4815
|
-
// Método é abstrato quando: (a) está dentro de um bloco `abstrato {}`,
|
|
4816
|
-
// ou (b) a classe é abstrata/estrangeira e o próximo token não é `{`.
|
|
4817
|
-
const ehAbstrato = ehAbstratoPadrao ||
|
|
4818
|
-
ehEstrangeira ||
|
|
4819
|
-
(ehAbstrata &&
|
|
4820
|
-
!this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA));
|
|
4821
|
-
if (ehAbstrato) {
|
|
4822
|
-
// Método abstrato/estrangeiro: sem corpo
|
|
4823
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4824
|
-
const corpoVazio = new construtos_1.FuncaoConstruto(this.hashArquivo, nomeMetodo.linha, params, [], tipoRetorno, definicaoExplicitaDeTipo);
|
|
4825
|
-
const metodoAbstrato = new declaracoes_1.FuncaoDeclaracao(nomeMetodo, corpoVazio, tipoRetorno);
|
|
4826
|
-
metodoAbstrato.estatico = ehEstatico;
|
|
4827
|
-
metodoAbstrato.abstrato = true;
|
|
4828
|
-
metodoAbstrato.acesso = modificadorAcesso;
|
|
4829
|
-
metodoAbstrato.documentacao = docAtual;
|
|
4830
|
-
metodos.push(metodoAbstrato);
|
|
4831
|
-
}
|
|
4832
|
-
else {
|
|
4833
|
-
// Método concreto: com corpo.
|
|
4834
|
-
// Inferência de tipo de retorno igual a corpoDaFuncao().
|
|
4835
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do método.");
|
|
4836
|
-
const indiceAberturaCorpo = this.atual - 1;
|
|
4837
|
-
const quantidadeErrosAntesCorpo = this.erros.length;
|
|
4838
|
-
let corpo = [];
|
|
4839
|
-
try {
|
|
4840
|
-
corpo = await this.blocoEscopo();
|
|
4841
|
-
}
|
|
4842
|
-
catch (erro) {
|
|
4843
|
-
this.erros.push(erro);
|
|
4844
|
-
}
|
|
4845
|
-
if (this.erros.length > quantidadeErrosAntesCorpo) {
|
|
4846
|
-
this.atual =
|
|
4847
|
-
this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpo);
|
|
4848
|
-
corpo = [];
|
|
4849
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4850
|
-
}
|
|
4851
|
-
let expressoesRetorna = [];
|
|
4852
|
-
for (const declaracao of corpo) {
|
|
4853
|
-
expressoesRetorna = expressoesRetorna.concat((0, comum_1.buscarRetornos)(declaracao));
|
|
4854
|
-
}
|
|
4855
|
-
const tiposRetornos = new Set(expressoesRetorna
|
|
4856
|
-
.filter((e) => e.tipo !== 'qualquer')
|
|
4857
|
-
.map((e) => e.tipo));
|
|
4858
|
-
const retornaChamadoExplicitamente = tiposRetornos.size > 0;
|
|
4859
|
-
tiposRetornos.delete('qualquer');
|
|
4860
|
-
if (tipoRetorno === 'qualquer') {
|
|
4861
|
-
if (tiposRetornos.size > 0) {
|
|
4862
|
-
tipoRetorno = tiposRetornos.values().next().value;
|
|
4863
|
-
}
|
|
4864
|
-
else if (!retornaChamadoExplicitamente &&
|
|
4865
|
-
!definicaoExplicitaDeTipo) {
|
|
4866
|
-
tipoRetorno = 'vazio';
|
|
4867
|
-
}
|
|
4868
|
-
}
|
|
4869
|
-
const corpoFuncao = new construtos_1.FuncaoConstruto(this.hashArquivo, nomeMetodo.linha, params, corpo, tipoRetorno);
|
|
4870
|
-
const tipoDaFuncao = `função<${tipoRetorno}>`;
|
|
4871
|
-
const metodo = new declaracoes_1.FuncaoDeclaracao(nomeMetodo, corpoFuncao, tipoDaFuncao);
|
|
4872
|
-
metodo.estatico = ehEstatico;
|
|
4873
|
-
metodo.acesso = modificadorAcesso;
|
|
4874
|
-
metodo.decoradores = Array.from(this.pilhaDecoradores);
|
|
4875
|
-
metodo.documentacao = docAtual;
|
|
4876
|
-
metodos.push(metodo);
|
|
4877
|
-
this.pilhaEscopos.definirInformacoesVariavel(nomeMetodo.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(nomeMetodo.lexema, tipoDaFuncao));
|
|
4878
|
-
this.pilhaEscopos.registrarReferenciaFuncao(nomeMetodo.lexema, metodo);
|
|
4879
|
-
}
|
|
4880
|
-
this.pilhaDecoradores = [];
|
|
4881
|
-
break;
|
|
4882
|
-
}
|
|
4883
|
-
case delegua_2.default.DOIS_PONTOS: {
|
|
4884
|
-
const nomePropriedade = this.consumir(delegua_2.default.IDENTIFICADOR, 'Esperado identificador para nome de propriedade.');
|
|
4885
|
-
this.consumir(delegua_2.default.DOIS_PONTOS, 'Esperado dois-pontos após nome de propriedade.');
|
|
4886
|
-
const tipoPropriedade = this.avancarEDevolverAnterior();
|
|
4887
|
-
let nomeTipoPropriedade = tipoPropriedade.lexema;
|
|
4888
|
-
if (this.verificarTipoSimboloAtual(delegua_2.default.COLCHETE_ESQUERDO)) {
|
|
4889
|
-
this.avancarEDevolverAnterior(); // consume '['
|
|
4890
|
-
this.consumir(delegua_2.default.COLCHETE_DIREITO, "Esperado ']' após '[' na definição do tipo de propriedade.");
|
|
4891
|
-
nomeTipoPropriedade = `${nomeTipoPropriedade}[]`;
|
|
4892
|
-
}
|
|
4893
|
-
const prop = new declaracoes_1.PropriedadeClasse(nomePropriedade, nomeTipoPropriedade, Array.from(this.pilhaDecoradores), modificadorAcesso, ehEstatico);
|
|
4894
|
-
prop.documentacao = docAtual;
|
|
4895
|
-
// Auto-propriedade: `nome: tipo { obter; definir; }`
|
|
4896
|
-
// Ou corpo personalizado: `nome: tipo { obter() { ... } definir(valor) { ... } }`
|
|
4897
|
-
if (this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_ESQUERDA)) {
|
|
4898
|
-
this.avancarEDevolverAnterior(); // consume '{'
|
|
4899
|
-
let temCorpoPersonalizado = false;
|
|
4900
|
-
while (!this.verificarTipoSimboloAtual(delegua_2.default.CHAVE_DIREITA) &&
|
|
4901
|
-
!this.estaNoFinal()) {
|
|
4902
|
-
const lexema = String(this.simbolos[this.atual].lexema || '').toLowerCase();
|
|
4903
|
-
if (lexema === 'obter' || lexema === 'definir') {
|
|
4904
|
-
const ehObter = lexema === 'obter';
|
|
4905
|
-
this.avancarEDevolverAnterior(); // consume 'obter' / 'definir'
|
|
4906
|
-
if (this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_ESQUERDO)) {
|
|
4907
|
-
// Corpo personalizado: obter() { ... } / definir(valor) { ... }
|
|
4908
|
-
temCorpoPersonalizado = true;
|
|
4909
|
-
this.consumir(delegua_2.default.PARENTESE_ESQUERDO, "Esperado '(' após acessor.");
|
|
4910
|
-
let paramsAcessor = [];
|
|
4911
|
-
if (!this.verificarTipoSimboloAtual(delegua_2.default.PARENTESE_DIREITO)) {
|
|
4912
|
-
paramsAcessor = await this.logicaComumParametros();
|
|
4913
|
-
}
|
|
4914
|
-
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetros do acessor.");
|
|
4915
|
-
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' antes do corpo do acessor.");
|
|
4916
|
-
const indiceAberturaCorpoAcessor = this.atual - 1;
|
|
4917
|
-
const quantidadeErrosAntesCorpoAcessor = this.erros.length;
|
|
4918
|
-
let corpoAcessor = [];
|
|
4919
|
-
try {
|
|
4920
|
-
corpoAcessor = await this.blocoEscopo();
|
|
4921
|
-
}
|
|
4922
|
-
catch (erro) {
|
|
4923
|
-
this.erros.push(erro);
|
|
4924
|
-
}
|
|
4925
|
-
if (this.erros.length > quantidadeErrosAntesCorpoAcessor) {
|
|
4926
|
-
this.atual = this.encontrarIndiceAposFechamentoDeBloco(indiceAberturaCorpoAcessor);
|
|
4927
|
-
corpoAcessor = [];
|
|
4928
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4929
|
-
}
|
|
4930
|
-
// Inferência de tipo de retorno
|
|
4931
|
-
let tipoAcessor = 'qualquer';
|
|
4932
|
-
let expressoesRetornaAcessor = [];
|
|
4933
|
-
for (const declaracao of corpoAcessor) {
|
|
4934
|
-
expressoesRetornaAcessor =
|
|
4935
|
-
expressoesRetornaAcessor.concat((0, comum_1.buscarRetornos)(declaracao));
|
|
4936
|
-
}
|
|
4937
|
-
const tiposRetornosAcessor = new Set(expressoesRetornaAcessor
|
|
4938
|
-
.filter((e) => e.tipo !== 'qualquer')
|
|
4939
|
-
.map((e) => e.tipo));
|
|
4940
|
-
const retornaExplicitamenteAcessor = tiposRetornosAcessor.size > 0;
|
|
4941
|
-
tiposRetornosAcessor.delete('qualquer');
|
|
4942
|
-
if (tiposRetornosAcessor.size > 0) {
|
|
4943
|
-
tipoAcessor = tiposRetornosAcessor
|
|
4944
|
-
.values()
|
|
4945
|
-
.next().value;
|
|
4946
|
-
}
|
|
4947
|
-
else if (!retornaExplicitamenteAcessor) {
|
|
4948
|
-
tipoAcessor = 'vazio';
|
|
4949
|
-
}
|
|
4950
|
-
const corpoFuncaoAcessor = new construtos_1.FuncaoConstruto(this.hashArquivo, nomePropriedade.linha, paramsAcessor, corpoAcessor, tipoAcessor);
|
|
4951
|
-
const tipoDaFuncaoAcessor = `função<${tipoAcessor}>`;
|
|
4952
|
-
const metodoAcessor = new declaracoes_1.FuncaoDeclaracao(nomePropriedade, corpoFuncaoAcessor, tipoDaFuncaoAcessor);
|
|
4953
|
-
metodoAcessor.estatico = ehEstatico;
|
|
4954
|
-
metodoAcessor.acesso = modificadorAcesso;
|
|
4955
|
-
metodoAcessor.eObtenedor = ehObter;
|
|
4956
|
-
metodoAcessor.eDefinidor = !ehObter;
|
|
4957
|
-
metodos.push(metodoAcessor);
|
|
4958
|
-
}
|
|
4959
|
-
else {
|
|
4960
|
-
// Forma trivial: obter; / definir;
|
|
4961
|
-
if (ehObter) {
|
|
4962
|
-
prop.autoObter = true;
|
|
4963
|
-
}
|
|
4964
|
-
else {
|
|
4965
|
-
prop.autoDefinir = true;
|
|
4966
|
-
}
|
|
4967
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4968
|
-
}
|
|
4969
|
-
}
|
|
4970
|
-
else {
|
|
4971
|
-
break;
|
|
4972
|
-
}
|
|
4973
|
-
}
|
|
4974
|
-
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' após acessores da propriedade.");
|
|
4975
|
-
// Corpo personalizado: obtenedor/definidor são métodos — não há campos base a declarar.
|
|
4976
|
-
// Para auto-propriedades, o campo base iniciado por '_' é criado em tempo de execução com base
|
|
4977
|
-
// nos indicadores autoObter/autoDefinir. O avaliador sintático usa o nome original ('nome').
|
|
4978
|
-
if (!temCorpoPersonalizado) {
|
|
4979
|
-
propriedades.push(prop);
|
|
4980
|
-
}
|
|
4981
|
-
}
|
|
4982
|
-
else {
|
|
4983
|
-
this.verificarSeSimboloAtualEIgualA(delegua_2.default.PONTO_E_VIRGULA);
|
|
4984
|
-
propriedades.push(prop);
|
|
4985
|
-
}
|
|
4986
|
-
this.pilhaDecoradores = [];
|
|
4987
|
-
break;
|
|
4988
|
-
}
|
|
4989
|
-
default:
|
|
4990
|
-
throw this.erro(this.simbolos[this.atual], 'Esperado definição de método ou propriedade.');
|
|
4991
|
-
}
|
|
4992
|
-
}
|
|
4993
|
-
};
|
|
4994
4971
|
this.metodosClasseAtualEmAnalise = metodos;
|
|
4995
|
-
await compreenderMembros('publico', false);
|
|
4972
|
+
await this.compreenderMembros('publico', false, false, ehAbstrata, ehEstrangeira, metodos, propriedades);
|
|
4996
4973
|
this.consumir(delegua_2.default.CHAVE_DIREITA, "Esperado '}' após o escopo da classe.");
|
|
4997
4974
|
// Verificação em tempo de análise: classe deve implementar todos os contratos das interfaces.
|
|
4998
4975
|
const linhaFinalClasse = this.simbolos[this.atual - 1].linha;
|
|
@@ -5542,7 +5519,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5542
5519
|
}
|
|
5543
5520
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5544
5521
|
|
|
5545
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":
|
|
5522
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":149,"../informacao-elemento-sintatico":150,"../lexador/simbolo":249,"../tipos-de-dados/delegua":251,"../tipos-de-simbolos/delegua":256,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":449}],12:[function(require,module,exports){
|
|
5546
5523
|
"use strict";
|
|
5547
5524
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5548
5525
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5657,7 +5634,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5657
5634
|
}
|
|
5658
5635
|
}
|
|
5659
5636
|
|
|
5660
|
-
},{"../declaracoes":116,"../informacao-elemento-sintatico":
|
|
5637
|
+
},{"../declaracoes":116,"../informacao-elemento-sintatico":150}],13:[function(require,module,exports){
|
|
5661
5638
|
"use strict";
|
|
5662
5639
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5663
5640
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6317,7 +6294,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6317
6294
|
}
|
|
6318
6295
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6319
6296
|
|
|
6320
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":
|
|
6297
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":257,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6321
6298
|
"use strict";
|
|
6322
6299
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6323
6300
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8210,7 +8187,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8210
8187
|
}
|
|
8211
8188
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8212
8189
|
|
|
8213
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
8190
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../lexador/micro-lexador-pitugues":246,"../../tipos-de-dados/dialetos/pitugues":252,"../../tipos-de-simbolos/pitugues":260,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":449}],15:[function(require,module,exports){
|
|
8214
8191
|
"use strict";
|
|
8215
8192
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8216
8193
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8758,7 +8735,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8758
8735
|
}
|
|
8759
8736
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8760
8737
|
|
|
8761
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":
|
|
8738
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":249,"../../tipos-de-simbolos/portugol-ipt":261,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8762
8739
|
"use strict";
|
|
8763
8740
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8764
8741
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9725,7 +9702,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9725
9702
|
}
|
|
9726
9703
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9727
9704
|
|
|
9728
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
9705
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../tipos-de-simbolos/prisma":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":449}],17:[function(require,module,exports){
|
|
9729
9706
|
"use strict";
|
|
9730
9707
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9731
9708
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10733,7 +10710,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10733
10710
|
}
|
|
10734
10711
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10735
10712
|
|
|
10736
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":
|
|
10713
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador/simbolo":249,"../../tipos-de-dados/delegua":251,"../../tipos-de-simbolos/tenda":263,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":449}],18:[function(require,module,exports){
|
|
10737
10714
|
"use strict";
|
|
10738
10715
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10739
10716
|
if (k2 === undefined) k2 = k;
|
|
@@ -11002,7 +10979,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
11002
10979
|
}
|
|
11003
10980
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
11004
10981
|
|
|
11005
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
10982
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../tipos-de-simbolos/pitugues":260,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
11006
10983
|
"use strict";
|
|
11007
10984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11008
10985
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11188,7 +11165,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11188
11165
|
}
|
|
11189
11166
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11190
11167
|
|
|
11191
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11168
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11192
11169
|
"use strict";
|
|
11193
11170
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11194
11171
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11421,7 +11398,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11421
11398
|
}
|
|
11422
11399
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11423
11400
|
|
|
11424
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11401
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":259,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11425
11402
|
"use strict";
|
|
11426
11403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11427
11404
|
exports.MontaoTipos = void 0;
|
|
@@ -11472,7 +11449,7 @@ class MontaoTipos {
|
|
|
11472
11449
|
}
|
|
11473
11450
|
exports.MontaoTipos = MontaoTipos;
|
|
11474
11451
|
|
|
11475
|
-
},{"../geracao-identificadores":
|
|
11452
|
+
},{"../geracao-identificadores":147,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11476
11453
|
"use strict";
|
|
11477
11454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11478
11455
|
exports.PilhaEscopos = void 0;
|
|
@@ -12763,7 +12740,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12763
12740
|
return resultadoFinal;
|
|
12764
12741
|
}
|
|
12765
12742
|
|
|
12766
|
-
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":
|
|
12743
|
+
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":212,"../interpretador/estruturas/descritor-tipo-classe":210,"../interpretador/estruturas/funcao-padrao":211,"../interpretador/estruturas/objeto-delegua-classe":217,"../quebras":250}],30:[function(require,module,exports){
|
|
12767
12744
|
"use strict";
|
|
12768
12745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12769
12746
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12800,7 +12777,7 @@ exports.default = {
|
|
|
12800
12777
|
},
|
|
12801
12778
|
};
|
|
12802
12779
|
|
|
12803
|
-
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":
|
|
12780
|
+
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":150}],31:[function(require,module,exports){
|
|
12804
12781
|
"use strict";
|
|
12805
12782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12806
12783
|
const construtos_1 = require("../construtos");
|
|
@@ -12913,7 +12890,7 @@ exports.default = {
|
|
|
12913
12890
|
},
|
|
12914
12891
|
};
|
|
12915
12892
|
|
|
12916
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
12893
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":150}],32:[function(require,module,exports){
|
|
12917
12894
|
"use strict";
|
|
12918
12895
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12919
12896
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -12998,7 +12975,7 @@ exports.default = {
|
|
|
12998
12975
|
},
|
|
12999
12976
|
};
|
|
13000
12977
|
|
|
13001
|
-
},{"../informacao-elemento-sintatico":
|
|
12978
|
+
},{"../informacao-elemento-sintatico":150}],33:[function(require,module,exports){
|
|
13002
12979
|
"use strict";
|
|
13003
12980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13004
12981
|
exports.implementacaoParticao = void 0;
|
|
@@ -13397,7 +13374,7 @@ exports.default = {
|
|
|
13397
13374
|
},
|
|
13398
13375
|
};
|
|
13399
13376
|
|
|
13400
|
-
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":
|
|
13377
|
+
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":150}],34:[function(require,module,exports){
|
|
13401
13378
|
"use strict";
|
|
13402
13379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13403
13380
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13808,7 +13785,7 @@ exports.default = {
|
|
|
13808
13785
|
},
|
|
13809
13786
|
};
|
|
13810
13787
|
|
|
13811
|
-
},{"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
13788
|
+
},{"../construtos":67,"../excecoes":140,"../inferenciador":149,"../informacao-elemento-sintatico":150}],35:[function(require,module,exports){
|
|
13812
13789
|
"use strict";
|
|
13813
13790
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13814
13791
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13876,7 +13853,7 @@ function construirModuloAfirmar() {
|
|
|
13876
13853
|
return modulo;
|
|
13877
13854
|
}
|
|
13878
13855
|
|
|
13879
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
13856
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215}],36:[function(require,module,exports){
|
|
13880
13857
|
"use strict";
|
|
13881
13858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13882
13859
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14056,7 +14033,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14056
14033
|
return modulo;
|
|
14057
14034
|
}
|
|
14058
14035
|
|
|
14059
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
14036
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14060
14037
|
"use strict";
|
|
14061
14038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14062
14039
|
exports.RegistroTestes = void 0;
|
|
@@ -14528,7 +14505,7 @@ class Binario {
|
|
|
14528
14505
|
}
|
|
14529
14506
|
exports.Binario = Binario;
|
|
14530
14507
|
|
|
14531
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14508
|
+
},{"../tipos-de-simbolos/delegua":256}],51:[function(require,module,exports){
|
|
14532
14509
|
"use strict";
|
|
14533
14510
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14534
14511
|
exports.Bote = void 0;
|
|
@@ -14583,7 +14560,7 @@ class Chamada {
|
|
|
14583
14560
|
}
|
|
14584
14561
|
exports.Chamada = Chamada;
|
|
14585
14562
|
|
|
14586
|
-
},{"../geracao-identificadores":
|
|
14563
|
+
},{"../geracao-identificadores":147}],53:[function(require,module,exports){
|
|
14587
14564
|
"use strict";
|
|
14588
14565
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14589
14566
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15091,7 +15068,7 @@ class Leia {
|
|
|
15091
15068
|
}
|
|
15092
15069
|
exports.Leia = Leia;
|
|
15093
15070
|
|
|
15094
|
-
},{"../geracao-identificadores":
|
|
15071
|
+
},{"../geracao-identificadores":147}],70:[function(require,module,exports){
|
|
15095
15072
|
"use strict";
|
|
15096
15073
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15097
15074
|
exports.ListaCompreensao = void 0;
|
|
@@ -16345,7 +16322,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16345
16322
|
}
|
|
16346
16323
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16347
16324
|
|
|
16348
|
-
},{"../geracao-identificadores":
|
|
16325
|
+
},{"../geracao-identificadores":147,"./declaracao":105}],115:[function(require,module,exports){
|
|
16349
16326
|
"use strict";
|
|
16350
16327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16351
16328
|
exports.Importar = void 0;
|
|
@@ -17038,7 +17015,7 @@ class EstilizadorDelegua {
|
|
|
17038
17015
|
}
|
|
17039
17016
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
17040
17017
|
|
|
17041
|
-
},{"../formatadores":
|
|
17018
|
+
},{"../formatadores":146,"./quebrador-linha":132}],131:[function(require,module,exports){
|
|
17042
17019
|
"use strict";
|
|
17043
17020
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17044
17021
|
if (k2 === undefined) k2 = k;
|
|
@@ -17584,7 +17561,7 @@ class RegraFortalecerTipos {
|
|
|
17584
17561
|
}
|
|
17585
17562
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17586
17563
|
|
|
17587
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
17564
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149}],137:[function(require,module,exports){
|
|
17588
17565
|
"use strict";
|
|
17589
17566
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17590
17567
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17674,7 +17651,7 @@ class RegraParadigmaConsistente {
|
|
|
17674
17651
|
}
|
|
17675
17652
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17676
17653
|
|
|
17677
|
-
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":
|
|
17654
|
+
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":245}],138:[function(require,module,exports){
|
|
17678
17655
|
"use strict";
|
|
17679
17656
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17680
17657
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17726,6 +17703,87 @@ __exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
|
17726
17703
|
|
|
17727
17704
|
},{"./erro-de-assertiva":138,"./erro-em-tempo-de-execucao":139}],141:[function(require,module,exports){
|
|
17728
17705
|
"use strict";
|
|
17706
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17707
|
+
|
|
17708
|
+
},{}],142:[function(require,module,exports){
|
|
17709
|
+
"use strict";
|
|
17710
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17711
|
+
if (k2 === undefined) k2 = k;
|
|
17712
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
17713
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17714
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17715
|
+
}
|
|
17716
|
+
Object.defineProperty(o, k2, desc);
|
|
17717
|
+
}) : (function(o, m, k, k2) {
|
|
17718
|
+
if (k2 === undefined) k2 = k;
|
|
17719
|
+
o[k2] = m[k];
|
|
17720
|
+
}));
|
|
17721
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
17722
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17723
|
+
};
|
|
17724
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17725
|
+
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17726
|
+
__exportStar(require("./leitor-definicao"), exports);
|
|
17727
|
+
|
|
17728
|
+
},{"./despachador-ffi-interface":141,"./leitor-definicao":143}],143:[function(require,module,exports){
|
|
17729
|
+
"use strict";
|
|
17730
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17731
|
+
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
17732
|
+
exports.lerMetadadosMetodo = lerMetadadosMetodo;
|
|
17733
|
+
const construtos_1 = require("../construtos");
|
|
17734
|
+
/**
|
|
17735
|
+
* Extrai o valor primitivo de um atributo de decorador.
|
|
17736
|
+
* O parser armazena `valorPadrao` como um `Literal` construto;
|
|
17737
|
+
* aqui desembrulhamos para o valor JS puro.
|
|
17738
|
+
*/
|
|
17739
|
+
function resolverValorAtributo(valor) {
|
|
17740
|
+
if (valor instanceof construtos_1.Literal)
|
|
17741
|
+
return valor.valor;
|
|
17742
|
+
return valor;
|
|
17743
|
+
}
|
|
17744
|
+
/**
|
|
17745
|
+
* Normaliza o nome do decorador removendo o prefixo `@` adicionado pelo parser.
|
|
17746
|
+
*/
|
|
17747
|
+
function nomeDecorador(decorador) {
|
|
17748
|
+
return decorador.nome.startsWith('@') ? decorador.nome.slice(1) : decorador.nome;
|
|
17749
|
+
}
|
|
17750
|
+
/**
|
|
17751
|
+
* Lê os atributos de `@definicao` de uma lista de decoradores de uma classe estrangeira.
|
|
17752
|
+
* Retorna `null` se nenhum decorador `definicao` com atributo `biblioteca` for encontrado.
|
|
17753
|
+
*/
|
|
17754
|
+
function lerMetadadosClasse(decoradores) {
|
|
17755
|
+
for (const decorador of decoradores) {
|
|
17756
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17757
|
+
continue;
|
|
17758
|
+
const biblioteca = resolverValorAtributo(decorador.atributos?.['biblioteca']);
|
|
17759
|
+
if (!biblioteca)
|
|
17760
|
+
continue;
|
|
17761
|
+
const prefixo = resolverValorAtributo(decorador.atributos?.['prefixo']) ?? '';
|
|
17762
|
+
return { biblioteca: String(biblioteca), prefixo: String(prefixo) };
|
|
17763
|
+
}
|
|
17764
|
+
return null;
|
|
17765
|
+
}
|
|
17766
|
+
/**
|
|
17767
|
+
* Resolve o nome do símbolo C para um método de uma classe estrangeira.
|
|
17768
|
+
*
|
|
17769
|
+
* Ordem de resolução:
|
|
17770
|
+
* 1. `@definicao(simbolo="...")` no próprio método → usa o valor literal
|
|
17771
|
+
* 2. Caso contrário → `prefixo + nomeMetodo`
|
|
17772
|
+
*/
|
|
17773
|
+
function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
17774
|
+
for (const decorador of decoradores) {
|
|
17775
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17776
|
+
continue;
|
|
17777
|
+
const simbolo = resolverValorAtributo(decorador.atributos?.['simbolo']);
|
|
17778
|
+
if (simbolo) {
|
|
17779
|
+
return { simbolo: String(simbolo) };
|
|
17780
|
+
}
|
|
17781
|
+
}
|
|
17782
|
+
return { simbolo: prefixo + nomeMetodo };
|
|
17783
|
+
}
|
|
17784
|
+
|
|
17785
|
+
},{"../construtos":67}],144:[function(require,module,exports){
|
|
17786
|
+
"use strict";
|
|
17729
17787
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17730
17788
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17731
17789
|
};
|
|
@@ -18685,7 +18743,7 @@ class FormatadorDelegua {
|
|
|
18685
18743
|
}
|
|
18686
18744
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18687
18745
|
|
|
18688
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
18746
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],145:[function(require,module,exports){
|
|
18689
18747
|
"use strict";
|
|
18690
18748
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18691
18749
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19157,7 +19215,7 @@ class FormatadorPitugues {
|
|
|
19157
19215
|
}
|
|
19158
19216
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19159
19217
|
|
|
19160
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":
|
|
19218
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":260}],146:[function(require,module,exports){
|
|
19161
19219
|
"use strict";
|
|
19162
19220
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19163
19221
|
if (k2 === undefined) k2 = k;
|
|
@@ -19177,7 +19235,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19177
19235
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19178
19236
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19179
19237
|
|
|
19180
|
-
},{"./formatador-delegua":
|
|
19238
|
+
},{"./formatador-delegua":144,"./formatador-pitugues":145}],147:[function(require,module,exports){
|
|
19181
19239
|
"use strict";
|
|
19182
19240
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19183
19241
|
exports.cyrb53 = cyrb53;
|
|
@@ -19221,7 +19279,7 @@ function uuidv4() {
|
|
|
19221
19279
|
});
|
|
19222
19280
|
}
|
|
19223
19281
|
|
|
19224
|
-
},{}],
|
|
19282
|
+
},{}],148:[function(require,module,exports){
|
|
19225
19283
|
"use strict";
|
|
19226
19284
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19227
19285
|
if (k2 === undefined) k2 = k;
|
|
@@ -19239,6 +19297,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19239
19297
|
};
|
|
19240
19298
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19241
19299
|
__exportStar(require("./analisador-semantico"), exports);
|
|
19300
|
+
__exportStar(require("./ffi"), exports);
|
|
19242
19301
|
__exportStar(require("./avaliador-sintatico"), exports);
|
|
19243
19302
|
__exportStar(require("./construtos"), exports);
|
|
19244
19303
|
__exportStar(require("./declaracoes"), exports);
|
|
@@ -19250,7 +19309,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19250
19309
|
__exportStar(require("./lexador"), exports);
|
|
19251
19310
|
__exportStar(require("./tradutores"), exports);
|
|
19252
19311
|
|
|
19253
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./formatadores":
|
|
19312
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./ffi":142,"./formatadores":146,"./geracao-identificadores":147,"./interfaces":179,"./interpretador":221,"./lexador":241,"./tradutores":264}],149:[function(require,module,exports){
|
|
19254
19313
|
"use strict";
|
|
19255
19314
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19256
19315
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19378,7 +19437,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19378
19437
|
}
|
|
19379
19438
|
}
|
|
19380
19439
|
|
|
19381
|
-
},{"./tipos-de-dados/delegua":
|
|
19440
|
+
},{"./tipos-de-dados/delegua":251,"./tipos-de-dados/primitivos":253,"./tipos-de-simbolos/delegua":256}],150:[function(require,module,exports){
|
|
19382
19441
|
"use strict";
|
|
19383
19442
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19384
19443
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19397,15 +19456,15 @@ class InformacaoElementoSintatico {
|
|
|
19397
19456
|
}
|
|
19398
19457
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19399
19458
|
|
|
19400
|
-
},{}],
|
|
19459
|
+
},{}],151:[function(require,module,exports){
|
|
19401
19460
|
"use strict";
|
|
19402
19461
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19403
19462
|
|
|
19404
|
-
},{}],
|
|
19463
|
+
},{}],152:[function(require,module,exports){
|
|
19405
19464
|
"use strict";
|
|
19406
19465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19407
19466
|
|
|
19408
|
-
},{}],
|
|
19467
|
+
},{}],153:[function(require,module,exports){
|
|
19409
19468
|
"use strict";
|
|
19410
19469
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19411
19470
|
if (k2 === undefined) k2 = k;
|
|
@@ -19426,27 +19485,27 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19426
19485
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19427
19486
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19428
19487
|
|
|
19429
|
-
},{"./avaliador-sintatico-interface":
|
|
19488
|
+
},{"./avaliador-sintatico-interface":151,"./correcao-implementacao-interface":152,"./membro-interface-faltando-interface":154}],154:[function(require,module,exports){
|
|
19430
19489
|
"use strict";
|
|
19431
19490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19432
19491
|
|
|
19433
|
-
},{}],
|
|
19492
|
+
},{}],155:[function(require,module,exports){
|
|
19434
19493
|
"use strict";
|
|
19435
19494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19436
19495
|
|
|
19437
|
-
},{}],
|
|
19496
|
+
},{}],156:[function(require,module,exports){
|
|
19438
19497
|
"use strict";
|
|
19439
19498
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19440
19499
|
|
|
19441
|
-
},{}],
|
|
19500
|
+
},{}],157:[function(require,module,exports){
|
|
19442
19501
|
"use strict";
|
|
19443
19502
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19444
19503
|
|
|
19445
|
-
},{}],
|
|
19504
|
+
},{}],158:[function(require,module,exports){
|
|
19446
19505
|
"use strict";
|
|
19447
19506
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19448
19507
|
|
|
19449
|
-
},{}],
|
|
19508
|
+
},{}],159:[function(require,module,exports){
|
|
19450
19509
|
"use strict";
|
|
19451
19510
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19452
19511
|
if (k2 === undefined) k2 = k;
|
|
@@ -19466,11 +19525,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19466
19525
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19467
19526
|
__exportStar(require("./construto-interface"), exports);
|
|
19468
19527
|
|
|
19469
|
-
},{"./caminho-escolha-interface":
|
|
19528
|
+
},{"./caminho-escolha-interface":157,"./construto-interface":158}],160:[function(require,module,exports){
|
|
19470
19529
|
"use strict";
|
|
19471
19530
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19472
19531
|
|
|
19473
|
-
},{}],
|
|
19532
|
+
},{}],161:[function(require,module,exports){
|
|
19474
19533
|
"use strict";
|
|
19475
19534
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19476
19535
|
if (k2 === undefined) k2 = k;
|
|
@@ -19489,15 +19548,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19489
19548
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19490
19549
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19491
19550
|
|
|
19492
|
-
},{"./caminho-se-senao-interface":
|
|
19551
|
+
},{"./caminho-se-senao-interface":160}],162:[function(require,module,exports){
|
|
19493
19552
|
"use strict";
|
|
19494
19553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19495
19554
|
|
|
19496
|
-
},{}],
|
|
19555
|
+
},{}],163:[function(require,module,exports){
|
|
19497
19556
|
"use strict";
|
|
19498
19557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19499
19558
|
|
|
19500
|
-
},{}],
|
|
19559
|
+
},{}],164:[function(require,module,exports){
|
|
19501
19560
|
"use strict";
|
|
19502
19561
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19503
19562
|
if (k2 === undefined) k2 = k;
|
|
@@ -19519,19 +19578,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19519
19578
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19520
19579
|
__exportStar(require("./para-interface"), exports);
|
|
19521
19580
|
|
|
19522
|
-
},{"./enquanto-interface":
|
|
19581
|
+
},{"./enquanto-interface":162,"./fazer-interface":163,"./para-cada-interface":165,"./para-interface":166}],165:[function(require,module,exports){
|
|
19523
19582
|
"use strict";
|
|
19524
19583
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19525
19584
|
|
|
19526
|
-
},{}],
|
|
19585
|
+
},{}],166:[function(require,module,exports){
|
|
19527
19586
|
"use strict";
|
|
19528
19587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19529
19588
|
|
|
19530
|
-
},{}],
|
|
19589
|
+
},{}],167:[function(require,module,exports){
|
|
19531
19590
|
"use strict";
|
|
19532
19591
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19533
19592
|
|
|
19534
|
-
},{}],
|
|
19593
|
+
},{}],168:[function(require,module,exports){
|
|
19535
19594
|
"use strict";
|
|
19536
19595
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19537
19596
|
if (k2 === undefined) k2 = k;
|
|
@@ -19550,27 +19609,27 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19550
19609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19551
19610
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19552
19611
|
|
|
19553
|
-
},{"./retorno-resolvedor-interface":
|
|
19612
|
+
},{"./retorno-resolvedor-interface":169}],169:[function(require,module,exports){
|
|
19554
19613
|
"use strict";
|
|
19555
19614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19556
19615
|
|
|
19557
|
-
},{}],
|
|
19616
|
+
},{}],170:[function(require,module,exports){
|
|
19558
19617
|
"use strict";
|
|
19559
19618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19560
19619
|
|
|
19561
|
-
},{}],
|
|
19620
|
+
},{}],171:[function(require,module,exports){
|
|
19562
19621
|
"use strict";
|
|
19563
19622
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19564
19623
|
|
|
19565
|
-
},{}],
|
|
19624
|
+
},{}],172:[function(require,module,exports){
|
|
19566
19625
|
"use strict";
|
|
19567
19626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19568
19627
|
|
|
19569
|
-
},{}],
|
|
19628
|
+
},{}],173:[function(require,module,exports){
|
|
19570
19629
|
"use strict";
|
|
19571
19630
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19572
19631
|
|
|
19573
|
-
},{}],
|
|
19632
|
+
},{}],174:[function(require,module,exports){
|
|
19574
19633
|
"use strict";
|
|
19575
19634
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19576
19635
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -19582,11 +19641,11 @@ var DiagnosticoSeveridade;
|
|
|
19582
19641
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19583
19642
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19584
19643
|
|
|
19585
|
-
},{}],
|
|
19644
|
+
},{}],175:[function(require,module,exports){
|
|
19586
19645
|
"use strict";
|
|
19587
19646
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19588
19647
|
|
|
19589
|
-
},{}],
|
|
19648
|
+
},{}],176:[function(require,module,exports){
|
|
19590
19649
|
"use strict";
|
|
19591
19650
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19592
19651
|
if (k2 === undefined) k2 = k;
|
|
@@ -19608,15 +19667,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19608
19667
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19609
19668
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19610
19669
|
|
|
19611
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19670
|
+
},{"./correcao-implementacao-metodo-interface":172,"./correcao-sugerida-interface":173,"./diagnostico-analisador-semantico-interface":174,"./erro-interpretador-interface":175}],177:[function(require,module,exports){
|
|
19612
19671
|
"use strict";
|
|
19613
19672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19614
19673
|
|
|
19615
|
-
},{}],
|
|
19674
|
+
},{}],178:[function(require,module,exports){
|
|
19616
19675
|
"use strict";
|
|
19617
19676
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19618
19677
|
|
|
19619
|
-
},{}],
|
|
19678
|
+
},{}],179:[function(require,module,exports){
|
|
19620
19679
|
"use strict";
|
|
19621
19680
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19622
19681
|
if (k2 === undefined) k2 = k;
|
|
@@ -19665,47 +19724,47 @@ __exportStar(require("./erros"), exports);
|
|
|
19665
19724
|
__exportStar(require("./retornos"), exports);
|
|
19666
19725
|
__exportStar(require("./tradutores"), exports);
|
|
19667
19726
|
|
|
19668
|
-
},{"./avaliador-sintatico":
|
|
19727
|
+
},{"./avaliador-sintatico":153,"./componente-modulo-classe-interface":155,"./componente-modulo-funcao-interface":156,"./construtos":159,"./declaracoes":161,"./delegua":164,"./depuracao":167,"./egua-classico":168,"./entrada-tabela-diagnostico-semantico-interface":170,"./entrada-tabela-diagnosticos-sintatico-interface":171,"./erros":176,"./estilizador/estilizador-interface":177,"./formatador-comum-interface":178,"./interpretador-com-depuracao-interface":180,"./interpretador-interface":181,"./iteravel-interface":182,"./lexador-interface":183,"./modulo-interface":184,"./parametro-interface":185,"./pilha-interface":186,"./primitiva-interface":187,"./resolvedor-interface":188,"./resultado-parcial-interpretador-interface":189,"./retornos":190,"./retornos/retorno-execucao-interface":193,"./simbolo-interface":196,"./tradutores":198,"./tradutores/tradutor-interface":199,"./variavel-interface":200,"./visitante-comum-interface":201,"./visitante-delegua-interface":202}],180:[function(require,module,exports){
|
|
19669
19728
|
"use strict";
|
|
19670
19729
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19671
19730
|
|
|
19672
|
-
},{}],
|
|
19731
|
+
},{}],181:[function(require,module,exports){
|
|
19673
19732
|
"use strict";
|
|
19674
19733
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19675
19734
|
|
|
19676
|
-
},{}],
|
|
19735
|
+
},{}],182:[function(require,module,exports){
|
|
19677
19736
|
"use strict";
|
|
19678
19737
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19679
19738
|
|
|
19680
|
-
},{}],
|
|
19739
|
+
},{}],183:[function(require,module,exports){
|
|
19681
19740
|
"use strict";
|
|
19682
19741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19683
19742
|
|
|
19684
|
-
},{}],
|
|
19743
|
+
},{}],184:[function(require,module,exports){
|
|
19685
19744
|
"use strict";
|
|
19686
19745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19687
19746
|
|
|
19688
|
-
},{}],
|
|
19747
|
+
},{}],185:[function(require,module,exports){
|
|
19689
19748
|
"use strict";
|
|
19690
19749
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19691
19750
|
|
|
19692
|
-
},{}],
|
|
19751
|
+
},{}],186:[function(require,module,exports){
|
|
19693
19752
|
"use strict";
|
|
19694
19753
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19695
19754
|
|
|
19696
|
-
},{}],
|
|
19755
|
+
},{}],187:[function(require,module,exports){
|
|
19697
19756
|
"use strict";
|
|
19698
19757
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19699
19758
|
|
|
19700
|
-
},{}],
|
|
19759
|
+
},{}],188:[function(require,module,exports){
|
|
19701
19760
|
"use strict";
|
|
19702
19761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19703
19762
|
|
|
19704
|
-
},{}],
|
|
19763
|
+
},{}],189:[function(require,module,exports){
|
|
19705
19764
|
"use strict";
|
|
19706
19765
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19707
19766
|
|
|
19708
|
-
},{}],
|
|
19767
|
+
},{}],190:[function(require,module,exports){
|
|
19709
19768
|
"use strict";
|
|
19710
19769
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19711
19770
|
if (k2 === undefined) k2 = k;
|
|
@@ -19728,35 +19787,35 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19728
19787
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19729
19788
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19730
19789
|
|
|
19731
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19790
|
+
},{"./retorno-analisador-semantico-interface":191,"./retorno-avaliador-sintatico-interface":192,"./retorno-execucao-interface":193,"./retorno-interpretador-interface":194,"./retorno-lexador-interface":195}],191:[function(require,module,exports){
|
|
19732
19791
|
"use strict";
|
|
19733
19792
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19734
19793
|
|
|
19735
|
-
},{}],
|
|
19794
|
+
},{}],192:[function(require,module,exports){
|
|
19736
19795
|
"use strict";
|
|
19737
19796
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19738
19797
|
|
|
19739
|
-
},{}],
|
|
19798
|
+
},{}],193:[function(require,module,exports){
|
|
19740
19799
|
"use strict";
|
|
19741
19800
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19742
19801
|
|
|
19743
|
-
},{}],
|
|
19802
|
+
},{}],194:[function(require,module,exports){
|
|
19744
19803
|
"use strict";
|
|
19745
19804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19746
19805
|
|
|
19747
|
-
},{}],
|
|
19806
|
+
},{}],195:[function(require,module,exports){
|
|
19748
19807
|
"use strict";
|
|
19749
19808
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19750
19809
|
|
|
19751
|
-
},{}],
|
|
19810
|
+
},{}],196:[function(require,module,exports){
|
|
19752
19811
|
"use strict";
|
|
19753
19812
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19754
19813
|
|
|
19755
|
-
},{}],
|
|
19814
|
+
},{}],197:[function(require,module,exports){
|
|
19756
19815
|
"use strict";
|
|
19757
19816
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19758
19817
|
|
|
19759
|
-
},{}],
|
|
19818
|
+
},{}],198:[function(require,module,exports){
|
|
19760
19819
|
"use strict";
|
|
19761
19820
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19762
19821
|
if (k2 === undefined) k2 = k;
|
|
@@ -19776,23 +19835,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19776
19835
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19777
19836
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19778
19837
|
|
|
19779
|
-
},{"./contexto-funcao-interface":
|
|
19838
|
+
},{"./contexto-funcao-interface":197,"./tradutor-interface":199}],199:[function(require,module,exports){
|
|
19780
19839
|
"use strict";
|
|
19781
19840
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19782
19841
|
|
|
19783
|
-
},{}],
|
|
19842
|
+
},{}],200:[function(require,module,exports){
|
|
19784
19843
|
"use strict";
|
|
19785
19844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19786
19845
|
|
|
19787
|
-
},{}],
|
|
19846
|
+
},{}],201:[function(require,module,exports){
|
|
19788
19847
|
"use strict";
|
|
19789
19848
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19790
19849
|
|
|
19791
|
-
},{}],
|
|
19850
|
+
},{}],202:[function(require,module,exports){
|
|
19792
19851
|
"use strict";
|
|
19793
19852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19794
19853
|
|
|
19795
|
-
},{}],
|
|
19854
|
+
},{}],203:[function(require,module,exports){
|
|
19796
19855
|
"use strict";
|
|
19797
19856
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19798
19857
|
if (k2 === undefined) k2 = k;
|
|
@@ -20407,7 +20466,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20407
20466
|
}
|
|
20408
20467
|
}
|
|
20409
20468
|
|
|
20410
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20469
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":209,"./estruturas/descritor-tipo-classe":210,"./estruturas/funcao-padrao":211,"./estruturas/objeto-delegua-classe":217}],204:[function(require,module,exports){
|
|
20411
20470
|
"use strict";
|
|
20412
20471
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20413
20472
|
exports.EspacoMemoria = void 0;
|
|
@@ -20432,7 +20491,7 @@ class EspacoMemoria {
|
|
|
20432
20491
|
}
|
|
20433
20492
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20434
20493
|
|
|
20435
|
-
},{}],
|
|
20494
|
+
},{}],205:[function(require,module,exports){
|
|
20436
20495
|
"use strict";
|
|
20437
20496
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20438
20497
|
exports.Chamavel = void 0;
|
|
@@ -20449,7 +20508,7 @@ class Chamavel {
|
|
|
20449
20508
|
}
|
|
20450
20509
|
exports.Chamavel = Chamavel;
|
|
20451
20510
|
|
|
20452
|
-
},{}],
|
|
20511
|
+
},{}],206:[function(require,module,exports){
|
|
20453
20512
|
"use strict";
|
|
20454
20513
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20455
20514
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20470,7 +20529,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20470
20529
|
}
|
|
20471
20530
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20472
20531
|
|
|
20473
|
-
},{"./chamavel":
|
|
20532
|
+
},{"./chamavel":205}],207:[function(require,module,exports){
|
|
20474
20533
|
"use strict";
|
|
20475
20534
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20476
20535
|
exports.ClassePadrao = void 0;
|
|
@@ -20511,7 +20570,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20511
20570
|
}
|
|
20512
20571
|
exports.ClassePadrao = ClassePadrao;
|
|
20513
20572
|
|
|
20514
|
-
},{"./chamavel":
|
|
20573
|
+
},{"./chamavel":205}],208:[function(require,module,exports){
|
|
20515
20574
|
"use strict";
|
|
20516
20575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20517
20576
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20554,7 +20613,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20554
20613
|
}
|
|
20555
20614
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20556
20615
|
|
|
20557
|
-
},{"./delegua-funcao":
|
|
20616
|
+
},{"./delegua-funcao":209}],209:[function(require,module,exports){
|
|
20558
20617
|
"use strict";
|
|
20559
20618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20560
20619
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20757,7 +20816,7 @@ function tipoDeDados(valor) {
|
|
|
20757
20816
|
}
|
|
20758
20817
|
}
|
|
20759
20818
|
|
|
20760
|
-
},{"../../declaracoes":116,"../../quebras":
|
|
20819
|
+
},{"../../declaracoes":116,"../../quebras":250,"../espaco-memoria":204,"./chamavel":205,"./objeto-delegua-classe":217}],210:[function(require,module,exports){
|
|
20761
20820
|
"use strict";
|
|
20762
20821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20763
20822
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21072,7 +21131,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21072
21131
|
}
|
|
21073
21132
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21074
21133
|
|
|
21075
|
-
},{"../../excecoes":140,"./chamavel":
|
|
21134
|
+
},{"../../excecoes":140,"./chamavel":205,"./metodo-polimorfico":213,"./objeto-delegua-classe":217}],211:[function(require,module,exports){
|
|
21076
21135
|
"use strict";
|
|
21077
21136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21078
21137
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21111,7 +21170,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21111
21170
|
}
|
|
21112
21171
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21113
21172
|
|
|
21114
|
-
},{"./chamavel":
|
|
21173
|
+
},{"./chamavel":205}],212:[function(require,module,exports){
|
|
21115
21174
|
"use strict";
|
|
21116
21175
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21117
21176
|
if (k2 === undefined) k2 = k;
|
|
@@ -21144,7 +21203,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
21144
21203
|
__exportStar(require("./referencia-montao"), exports);
|
|
21145
21204
|
__exportStar(require("./super-proxy"), exports);
|
|
21146
21205
|
|
|
21147
|
-
},{"./chamavel":
|
|
21206
|
+
},{"./chamavel":205,"./classe-de-modulo":206,"./classe-padrao":207,"./delegua-funcao":209,"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210,"./funcao-padrao":211,"./metodo-polimorfico":213,"./metodo-primitiva":214,"./modulo":215,"./objeto-base":216,"./objeto-delegua-classe":217,"./objeto-padrao":218,"./referencia-montao":219,"./super-proxy":220}],213:[function(require,module,exports){
|
|
21148
21207
|
"use strict";
|
|
21149
21208
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21150
21209
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21322,7 +21381,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21322
21381
|
}
|
|
21323
21382
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21324
21383
|
|
|
21325
|
-
},{"../../excecoes":140,"../../inferenciador":
|
|
21384
|
+
},{"../../excecoes":140,"../../inferenciador":149,"./chamavel":205}],214:[function(require,module,exports){
|
|
21326
21385
|
"use strict";
|
|
21327
21386
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21328
21387
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21368,7 +21427,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21368
21427
|
}
|
|
21369
21428
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21370
21429
|
|
|
21371
|
-
},{"./chamavel":
|
|
21430
|
+
},{"./chamavel":205}],215:[function(require,module,exports){
|
|
21372
21431
|
"use strict";
|
|
21373
21432
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21374
21433
|
exports.DeleguaModulo = void 0;
|
|
@@ -21394,7 +21453,7 @@ class DeleguaModulo {
|
|
|
21394
21453
|
}
|
|
21395
21454
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21396
21455
|
|
|
21397
|
-
},{}],
|
|
21456
|
+
},{}],216:[function(require,module,exports){
|
|
21398
21457
|
"use strict";
|
|
21399
21458
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21400
21459
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21468,7 +21527,7 @@ function criarDescritorObjeto() {
|
|
|
21468
21527
|
}
|
|
21469
21528
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21470
21529
|
|
|
21471
|
-
},{"./delegua-funcao-nativa":
|
|
21530
|
+
},{"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210}],217:[function(require,module,exports){
|
|
21472
21531
|
"use strict";
|
|
21473
21532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21474
21533
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21650,7 +21709,7 @@ class ObjetoDeleguaClasse {
|
|
|
21650
21709
|
}
|
|
21651
21710
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21652
21711
|
|
|
21653
|
-
},{"../../excecoes":140}],
|
|
21712
|
+
},{"../../excecoes":140}],218:[function(require,module,exports){
|
|
21654
21713
|
"use strict";
|
|
21655
21714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21656
21715
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21684,7 +21743,7 @@ class ObjetoPadrao {
|
|
|
21684
21743
|
}
|
|
21685
21744
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21686
21745
|
|
|
21687
|
-
},{}],
|
|
21746
|
+
},{}],219:[function(require,module,exports){
|
|
21688
21747
|
"use strict";
|
|
21689
21748
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21690
21749
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21709,7 +21768,7 @@ class ReferenciaMontao {
|
|
|
21709
21768
|
}
|
|
21710
21769
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21711
21770
|
|
|
21712
|
-
},{}],
|
|
21771
|
+
},{}],220:[function(require,module,exports){
|
|
21713
21772
|
"use strict";
|
|
21714
21773
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21715
21774
|
exports.SuperProxy = void 0;
|
|
@@ -21748,7 +21807,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21748
21807
|
}
|
|
21749
21808
|
exports.SuperProxy = SuperProxy;
|
|
21750
21809
|
|
|
21751
|
-
},{"./chamavel":
|
|
21810
|
+
},{"./chamavel":205}],221:[function(require,module,exports){
|
|
21752
21811
|
"use strict";
|
|
21753
21812
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21754
21813
|
if (k2 === undefined) k2 = k;
|
|
@@ -21769,7 +21828,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21769
21828
|
__exportStar(require("./interpretador"), exports);
|
|
21770
21829
|
__exportStar(require("./interpretador-base"), exports);
|
|
21771
21830
|
|
|
21772
|
-
},{"./estruturas":
|
|
21831
|
+
},{"./estruturas":212,"./interpretador":223,"./interpretador-base":222}],222:[function(require,module,exports){
|
|
21773
21832
|
"use strict";
|
|
21774
21833
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21775
21834
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -23473,6 +23532,14 @@ class InterpretadorBase {
|
|
|
23473
23532
|
return descritorTipoClasse;
|
|
23474
23533
|
}
|
|
23475
23534
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, _mesclaResolvidas) {
|
|
23535
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
23536
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
23537
|
+
if (descritorFFI) {
|
|
23538
|
+
descritorFFI.estrangeira = true;
|
|
23539
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
23540
|
+
return descritorFFI;
|
|
23541
|
+
}
|
|
23542
|
+
}
|
|
23476
23543
|
const metodos = {};
|
|
23477
23544
|
for (const metodoAtual of declaracao.metodos) {
|
|
23478
23545
|
const nomeMetodo = metodoAtual.simbolo.lexema;
|
|
@@ -23488,6 +23555,9 @@ class InterpretadorBase {
|
|
|
23488
23555
|
descritorTipoClasse.superClasses = [estruturas_1.OBJETO_BASE];
|
|
23489
23556
|
}
|
|
23490
23557
|
descritorTipoClasse.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorTipoClasse);
|
|
23558
|
+
if (declaracao.estrangeira) {
|
|
23559
|
+
descritorTipoClasse.estrangeira = true;
|
|
23560
|
+
}
|
|
23491
23561
|
return descritorTipoClasse;
|
|
23492
23562
|
}
|
|
23493
23563
|
/**
|
|
@@ -24045,6 +24115,9 @@ class InterpretadorBase {
|
|
|
24045
24115
|
const deltaInterpretacao = (0, browser_process_hrtime_1.default)(inicioInterpretacao);
|
|
24046
24116
|
console.log(`[Interpretador] Tempo para interpretaçao: ${deltaInterpretacao[0] * 1e9 + deltaInterpretacao[1]}ns`);
|
|
24047
24117
|
}
|
|
24118
|
+
if (!manterAmbiente) {
|
|
24119
|
+
this.despachadorFFI?.descarregarTudo();
|
|
24120
|
+
}
|
|
24048
24121
|
const retorno = {
|
|
24049
24122
|
erros: this.erros,
|
|
24050
24123
|
resultado: this.resultadoInterpretador,
|
|
@@ -24056,7 +24129,7 @@ class InterpretadorBase {
|
|
|
24056
24129
|
}
|
|
24057
24130
|
exports.InterpretadorBase = InterpretadorBase;
|
|
24058
24131
|
|
|
24059
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
24132
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":149,"../lexador":241,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./espaco-memoria":204,"./estruturas":212,"./estruturas/metodo-primitiva":214,"./pilha-escopos-execucao":225,"browser-process-hrtime":449}],223:[function(require,module,exports){
|
|
24060
24133
|
"use strict";
|
|
24061
24134
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24062
24135
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24792,6 +24865,14 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24792
24865
|
return descritorTipoClasse;
|
|
24793
24866
|
}
|
|
24794
24867
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas) {
|
|
24868
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
24869
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
24870
|
+
if (descritorFFI) {
|
|
24871
|
+
descritorFFI.estrangeira = true;
|
|
24872
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
24873
|
+
return descritorFFI;
|
|
24874
|
+
}
|
|
24875
|
+
}
|
|
24795
24876
|
return this.logicaPropriedadesEMetodosDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas);
|
|
24796
24877
|
}
|
|
24797
24878
|
/**
|
|
@@ -25591,7 +25672,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25591
25672
|
}
|
|
25592
25673
|
exports.Interpretador = Interpretador;
|
|
25593
25674
|
|
|
25594
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":
|
|
25675
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":149,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./comum":203,"./estruturas":212,"./interpretador-base":222,"./montao":224}],224:[function(require,module,exports){
|
|
25595
25676
|
"use strict";
|
|
25596
25677
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25597
25678
|
exports.Montao = void 0;
|
|
@@ -25648,7 +25729,7 @@ class Montao {
|
|
|
25648
25729
|
}
|
|
25649
25730
|
exports.Montao = Montao;
|
|
25650
25731
|
|
|
25651
|
-
},{"../excecoes":140,"../geracao-identificadores":
|
|
25732
|
+
},{"../excecoes":140,"../geracao-identificadores":147}],225:[function(require,module,exports){
|
|
25652
25733
|
"use strict";
|
|
25653
25734
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25654
25735
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25989,7 +26070,7 @@ class PilhaEscoposExecucao {
|
|
|
25989
26070
|
}
|
|
25990
26071
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
25991
26072
|
|
|
25992
|
-
},{"../excecoes":140,"../inferenciador":
|
|
26073
|
+
},{"../excecoes":140,"../inferenciador":149,"../lexador":241,"../tipos-de-dados/delegua":251,"./estruturas":212}],226:[function(require,module,exports){
|
|
25993
26074
|
"use strict";
|
|
25994
26075
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
25995
26076
|
if (k2 === undefined) k2 = k;
|
|
@@ -26014,7 +26095,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
26014
26095
|
__exportStar(require("./lexador-prisma"), exports);
|
|
26015
26096
|
__exportStar(require("./lexador-tenda"), exports);
|
|
26016
26097
|
|
|
26017
|
-
},{"./lexador-calango":
|
|
26098
|
+
},{"./lexador-calango":227,"./lexador-egua-classico":228,"./lexador-guarani":229,"./lexador-pitugues":230,"./lexador-portugol-ipt":231,"./lexador-prisma":232,"./lexador-tenda":233}],227:[function(require,module,exports){
|
|
26018
26099
|
"use strict";
|
|
26019
26100
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26020
26101
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26329,7 +26410,7 @@ class LexadorCalango {
|
|
|
26329
26410
|
}
|
|
26330
26411
|
exports.LexadorCalango = LexadorCalango;
|
|
26331
26412
|
|
|
26332
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26413
|
+
},{"../../tipos-de-simbolos/calango":254,"../simbolo":249,"./palavras-reservadas/calango":234}],228:[function(require,module,exports){
|
|
26333
26414
|
"use strict";
|
|
26334
26415
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26335
26416
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26622,7 +26703,7 @@ class LexadorEguaClassico {
|
|
|
26622
26703
|
}
|
|
26623
26704
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26624
26705
|
|
|
26625
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26706
|
+
},{"../../tipos-de-simbolos/egua-classico":257,"../simbolo":249,"./palavras-reservadas/egua-classico":235}],229:[function(require,module,exports){
|
|
26626
26707
|
"use strict";
|
|
26627
26708
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26628
26709
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26741,7 +26822,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26741
26822
|
}
|
|
26742
26823
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26743
26824
|
|
|
26744
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
26825
|
+
},{"../../tipos-de-simbolos/guarani":258,"../lexador-base":243,"./palavras-reservadas/guarani":236}],230:[function(require,module,exports){
|
|
26745
26826
|
"use strict";
|
|
26746
26827
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26747
26828
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27284,7 +27365,7 @@ class LexadorPitugues {
|
|
|
27284
27365
|
}
|
|
27285
27366
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27286
27367
|
|
|
27287
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27368
|
+
},{"../../tipos-de-simbolos/pitugues":260,"../simbolo":249,"./palavras-reservadas/pitugues":237,"browser-process-hrtime":449}],231:[function(require,module,exports){
|
|
27288
27369
|
"use strict";
|
|
27289
27370
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27290
27371
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27593,7 +27674,7 @@ class LexadorPortugolIpt {
|
|
|
27593
27674
|
}
|
|
27594
27675
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27595
27676
|
|
|
27596
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27677
|
+
},{"../../tipos-de-simbolos/portugol-ipt":261,"../simbolo":249,"./palavras-reservadas/portugol-ipt":238}],232:[function(require,module,exports){
|
|
27597
27678
|
"use strict";
|
|
27598
27679
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27599
27680
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27994,7 +28075,7 @@ class LexadorPrisma {
|
|
|
27994
28075
|
}
|
|
27995
28076
|
exports.LexadorPrisma = LexadorPrisma;
|
|
27996
28077
|
|
|
27997
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28078
|
+
},{"../../tipos-de-simbolos/prisma":262,"../simbolo":249,"./palavras-reservadas/prisma":239,"browser-process-hrtime":449}],233:[function(require,module,exports){
|
|
27998
28079
|
"use strict";
|
|
27999
28080
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28000
28081
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28388,7 +28469,7 @@ class LexadorTenda {
|
|
|
28388
28469
|
}
|
|
28389
28470
|
exports.LexadorTenda = LexadorTenda;
|
|
28390
28471
|
|
|
28391
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28472
|
+
},{"../../tipos-de-simbolos/tenda":263,"../simbolo":249,"./palavras-reservadas/tenda":240,"browser-process-hrtime":449}],234:[function(require,module,exports){
|
|
28392
28473
|
"use strict";
|
|
28393
28474
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28394
28475
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28436,7 +28517,7 @@ exports.default = {
|
|
|
28436
28517
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28437
28518
|
};
|
|
28438
28519
|
|
|
28439
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28520
|
+
},{"../../../tipos-de-simbolos/calango":254}],235:[function(require,module,exports){
|
|
28440
28521
|
"use strict";
|
|
28441
28522
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28442
28523
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28477,7 +28558,7 @@ exports.palavrasReservadas = {
|
|
|
28477
28558
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28478
28559
|
};
|
|
28479
28560
|
|
|
28480
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28561
|
+
},{"../../../tipos-de-simbolos/egua-classico":257}],236:[function(require,module,exports){
|
|
28481
28562
|
"use strict";
|
|
28482
28563
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28483
28564
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28489,7 +28570,7 @@ exports.palavrasReservadas = {
|
|
|
28489
28570
|
hai: guarani_1.default.HAI,
|
|
28490
28571
|
};
|
|
28491
28572
|
|
|
28492
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28573
|
+
},{"../../../tipos-de-simbolos/guarani":258}],237:[function(require,module,exports){
|
|
28493
28574
|
"use strict";
|
|
28494
28575
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28495
28576
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28551,7 +28632,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28551
28632
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28552
28633
|
};
|
|
28553
28634
|
|
|
28554
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28635
|
+
},{"../../../tipos-de-simbolos/pitugues":260}],238:[function(require,module,exports){
|
|
28555
28636
|
"use strict";
|
|
28556
28637
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28557
28638
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28611,7 +28692,7 @@ exports.palavrasReservadas = {
|
|
|
28611
28692
|
não: portugol_ipt_1.default.NAO,
|
|
28612
28693
|
};
|
|
28613
28694
|
|
|
28614
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28695
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":261}],239:[function(require,module,exports){
|
|
28615
28696
|
"use strict";
|
|
28616
28697
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28617
28698
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28662,7 +28743,7 @@ exports.palavrasReservadas = {
|
|
|
28662
28743
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28663
28744
|
};
|
|
28664
28745
|
|
|
28665
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28746
|
+
},{"../../../tipos-de-simbolos/prisma":262}],240:[function(require,module,exports){
|
|
28666
28747
|
"use strict";
|
|
28667
28748
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28668
28749
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28720,7 +28801,7 @@ exports.palavrasReservadas = {
|
|
|
28720
28801
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28721
28802
|
};
|
|
28722
28803
|
|
|
28723
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
28804
|
+
},{"../../../tipos-de-simbolos/tenda":263}],241:[function(require,module,exports){
|
|
28724
28805
|
"use strict";
|
|
28725
28806
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28726
28807
|
if (k2 === undefined) k2 = k;
|
|
@@ -28743,7 +28824,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28743
28824
|
__exportStar(require("./micro-lexador"), exports);
|
|
28744
28825
|
__exportStar(require("./simbolo"), exports);
|
|
28745
28826
|
|
|
28746
|
-
},{"./dialetos":
|
|
28827
|
+
},{"./dialetos":226,"./lexador":244,"./lexador-base-linha-unica":242,"./micro-lexador":247,"./simbolo":249}],242:[function(require,module,exports){
|
|
28747
28828
|
"use strict";
|
|
28748
28829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28749
28830
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -28832,7 +28913,7 @@ class LexadorBaseLinhaUnica {
|
|
|
28832
28913
|
}
|
|
28833
28914
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
28834
28915
|
|
|
28835
|
-
},{"./simbolo":
|
|
28916
|
+
},{"./simbolo":249}],243:[function(require,module,exports){
|
|
28836
28917
|
"use strict";
|
|
28837
28918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28838
28919
|
exports.LexadorBase = void 0;
|
|
@@ -28971,7 +29052,7 @@ class LexadorBase {
|
|
|
28971
29052
|
}
|
|
28972
29053
|
exports.LexadorBase = LexadorBase;
|
|
28973
29054
|
|
|
28974
|
-
},{"./simbolo":
|
|
29055
|
+
},{"./simbolo":249}],244:[function(require,module,exports){
|
|
28975
29056
|
"use strict";
|
|
28976
29057
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28977
29058
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29680,7 +29761,7 @@ class Lexador {
|
|
|
29680
29761
|
}
|
|
29681
29762
|
exports.Lexador = Lexador;
|
|
29682
29763
|
|
|
29683
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29764
|
+
},{"../tipos-de-simbolos/delegua":256,"./palavras-reservadas":248,"./simbolo":249,"browser-process-hrtime":449}],245:[function(require,module,exports){
|
|
29684
29765
|
"use strict";
|
|
29685
29766
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29686
29767
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29863,7 +29944,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29863
29944
|
return paradigmaLexema === paradigma;
|
|
29864
29945
|
}
|
|
29865
29946
|
|
|
29866
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29947
|
+
},{"../tipos-de-simbolos/delegua":256}],246:[function(require,module,exports){
|
|
29867
29948
|
"use strict";
|
|
29868
29949
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29869
29950
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30083,7 +30164,7 @@ class MicroLexadorPitugues {
|
|
|
30083
30164
|
}
|
|
30084
30165
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30085
30166
|
|
|
30086
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30167
|
+
},{"../tipos-de-simbolos/pitugues":260,"./palavras-reservadas":248,"./simbolo":249}],247:[function(require,module,exports){
|
|
30087
30168
|
"use strict";
|
|
30088
30169
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30089
30170
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30321,7 +30402,7 @@ class MicroLexador {
|
|
|
30321
30402
|
}
|
|
30322
30403
|
exports.MicroLexador = MicroLexador;
|
|
30323
30404
|
|
|
30324
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30405
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":259,"./palavras-reservadas":248,"./simbolo":249}],248:[function(require,module,exports){
|
|
30325
30406
|
"use strict";
|
|
30326
30407
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30327
30408
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30422,7 +30503,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30422
30503
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30423
30504
|
};
|
|
30424
30505
|
|
|
30425
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30506
|
+
},{"../tipos-de-simbolos/delegua":256}],249:[function(require,module,exports){
|
|
30426
30507
|
"use strict";
|
|
30427
30508
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30428
30509
|
exports.Simbolo = void 0;
|
|
@@ -30443,7 +30524,7 @@ class Simbolo {
|
|
|
30443
30524
|
}
|
|
30444
30525
|
exports.Simbolo = Simbolo;
|
|
30445
30526
|
|
|
30446
|
-
},{}],
|
|
30527
|
+
},{}],250:[function(require,module,exports){
|
|
30447
30528
|
"use strict";
|
|
30448
30529
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30449
30530
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30468,7 +30549,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30468
30549
|
}
|
|
30469
30550
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30470
30551
|
|
|
30471
|
-
},{}],
|
|
30552
|
+
},{}],251:[function(require,module,exports){
|
|
30472
30553
|
"use strict";
|
|
30473
30554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30474
30555
|
exports.default = {
|
|
@@ -30502,7 +30583,7 @@ exports.default = {
|
|
|
30502
30583
|
VETOR_TEXTO: 'texto[]',
|
|
30503
30584
|
};
|
|
30504
30585
|
|
|
30505
|
-
},{}],
|
|
30586
|
+
},{}],252:[function(require,module,exports){
|
|
30506
30587
|
"use strict";
|
|
30507
30588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30508
30589
|
exports.default = {
|
|
@@ -30532,7 +30613,7 @@ exports.default = {
|
|
|
30532
30613
|
VETOR_TEXTO: 'texto[]',
|
|
30533
30614
|
};
|
|
30534
30615
|
|
|
30535
|
-
},{}],
|
|
30616
|
+
},{}],253:[function(require,module,exports){
|
|
30536
30617
|
"use strict";
|
|
30537
30618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30538
30619
|
exports.default = {
|
|
@@ -30551,7 +30632,7 @@ exports.default = {
|
|
|
30551
30632
|
TEXTO: 'string',
|
|
30552
30633
|
};
|
|
30553
30634
|
|
|
30554
|
-
},{}],
|
|
30635
|
+
},{}],254:[function(require,module,exports){
|
|
30555
30636
|
"use strict";
|
|
30556
30637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30557
30638
|
exports.default = {
|
|
@@ -30623,7 +30704,7 @@ exports.default = {
|
|
|
30623
30704
|
VIRGULA: 'VIRGULA',
|
|
30624
30705
|
};
|
|
30625
30706
|
|
|
30626
|
-
},{}],
|
|
30707
|
+
},{}],255:[function(require,module,exports){
|
|
30627
30708
|
"use strict";
|
|
30628
30709
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30629
30710
|
exports.default = {
|
|
@@ -30650,7 +30731,7 @@ exports.default = {
|
|
|
30650
30731
|
VIRGULA: 'VIRGULA',
|
|
30651
30732
|
};
|
|
30652
30733
|
|
|
30653
|
-
},{}],
|
|
30734
|
+
},{}],256:[function(require,module,exports){
|
|
30654
30735
|
"use strict";
|
|
30655
30736
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30656
30737
|
exports.default = {
|
|
@@ -30766,7 +30847,7 @@ exports.default = {
|
|
|
30766
30847
|
VIRGULA: 'VIRGULA',
|
|
30767
30848
|
};
|
|
30768
30849
|
|
|
30769
|
-
},{}],
|
|
30850
|
+
},{}],257:[function(require,module,exports){
|
|
30770
30851
|
"use strict";
|
|
30771
30852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30772
30853
|
exports.default = {
|
|
@@ -30844,7 +30925,7 @@ exports.default = {
|
|
|
30844
30925
|
VIRGULA: 'VIRGULA',
|
|
30845
30926
|
};
|
|
30846
30927
|
|
|
30847
|
-
},{}],
|
|
30928
|
+
},{}],258:[function(require,module,exports){
|
|
30848
30929
|
"use strict";
|
|
30849
30930
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30850
30931
|
exports.default = {
|
|
@@ -30861,7 +30942,7 @@ exports.default = {
|
|
|
30861
30942
|
VIRGULA: 'VIRGULA',
|
|
30862
30943
|
};
|
|
30863
30944
|
|
|
30864
|
-
},{}],
|
|
30945
|
+
},{}],259:[function(require,module,exports){
|
|
30865
30946
|
"use strict";
|
|
30866
30947
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30867
30948
|
exports.default = {
|
|
@@ -30914,7 +30995,7 @@ exports.default = {
|
|
|
30914
30995
|
VIRGULA: 'VIRGULA',
|
|
30915
30996
|
};
|
|
30916
30997
|
|
|
30917
|
-
},{}],
|
|
30998
|
+
},{}],260:[function(require,module,exports){
|
|
30918
30999
|
"use strict";
|
|
30919
31000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30920
31001
|
exports.default = {
|
|
@@ -31009,7 +31090,7 @@ exports.default = {
|
|
|
31009
31090
|
VIRGULA: 'VIRGULA',
|
|
31010
31091
|
};
|
|
31011
31092
|
|
|
31012
|
-
},{}],
|
|
31093
|
+
},{}],261:[function(require,module,exports){
|
|
31013
31094
|
"use strict";
|
|
31014
31095
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31015
31096
|
exports.default = {
|
|
@@ -31088,7 +31169,7 @@ exports.default = {
|
|
|
31088
31169
|
VARIAVEL: 'VARIAVEL',
|
|
31089
31170
|
};
|
|
31090
31171
|
|
|
31091
|
-
},{}],
|
|
31172
|
+
},{}],262:[function(require,module,exports){
|
|
31092
31173
|
"use strict";
|
|
31093
31174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31094
31175
|
exports.default = {
|
|
@@ -31172,7 +31253,7 @@ exports.default = {
|
|
|
31172
31253
|
VIRGULA: 'VIRGULA',
|
|
31173
31254
|
};
|
|
31174
31255
|
|
|
31175
|
-
},{}],
|
|
31256
|
+
},{}],263:[function(require,module,exports){
|
|
31176
31257
|
"use strict";
|
|
31177
31258
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31178
31259
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31267,7 +31348,7 @@ exports.default = {
|
|
|
31267
31348
|
VIRGULA: 'VIRGULA',
|
|
31268
31349
|
};
|
|
31269
31350
|
|
|
31270
|
-
},{}],
|
|
31351
|
+
},{}],264:[function(require,module,exports){
|
|
31271
31352
|
"use strict";
|
|
31272
31353
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31273
31354
|
if (k2 === undefined) k2 = k;
|
|
@@ -31300,7 +31381,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31300
31381
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31301
31382
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31302
31383
|
|
|
31303
|
-
},{"./tradutor-assembly-arm":
|
|
31384
|
+
},{"./tradutor-assembly-arm":273,"./tradutor-assembly-risc-v":274,"./tradutor-assembly-x64":275,"./tradutor-assemblyscript":276,"./tradutor-elixir":277,"./tradutor-javascript":278,"./tradutor-mermaidjs":279,"./tradutor-portugol-ipt":280,"./tradutor-python":281,"./tradutor-reverso-calango":282,"./tradutor-reverso-javascript":283,"./tradutor-reverso-python":284,"./tradutor-reverso-tenda":285,"./tradutor-ruby":286,"./tradutor-webassembly":287}],265:[function(require,module,exports){
|
|
31304
31385
|
"use strict";
|
|
31305
31386
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31306
31387
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31312,7 +31393,7 @@ class ArestaFluxograma {
|
|
|
31312
31393
|
}
|
|
31313
31394
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31314
31395
|
|
|
31315
|
-
},{}],
|
|
31396
|
+
},{}],266:[function(require,module,exports){
|
|
31316
31397
|
"use strict";
|
|
31317
31398
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31318
31399
|
if (k2 === undefined) k2 = k;
|
|
@@ -31335,7 +31416,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31335
31416
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31336
31417
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31337
31418
|
|
|
31338
|
-
},{"./aresta-fluxograma":
|
|
31419
|
+
},{"./aresta-fluxograma":265,"./subgrafo-classe":267,"./subgrafo-funcao":268,"./subgrafo-metodo":269,"./vertice-fluxograma":270}],267:[function(require,module,exports){
|
|
31339
31420
|
"use strict";
|
|
31340
31421
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31341
31422
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31381,7 +31462,7 @@ class SubgrafoClasse {
|
|
|
31381
31462
|
}
|
|
31382
31463
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31383
31464
|
|
|
31384
|
-
},{}],
|
|
31465
|
+
},{}],268:[function(require,module,exports){
|
|
31385
31466
|
"use strict";
|
|
31386
31467
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31387
31468
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31396,7 +31477,7 @@ class SubgrafoFuncao {
|
|
|
31396
31477
|
}
|
|
31397
31478
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31398
31479
|
|
|
31399
|
-
},{}],
|
|
31480
|
+
},{}],269:[function(require,module,exports){
|
|
31400
31481
|
"use strict";
|
|
31401
31482
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31402
31483
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31413,7 +31494,7 @@ class SubgrafoMetodo {
|
|
|
31413
31494
|
}
|
|
31414
31495
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31415
31496
|
|
|
31416
|
-
},{}],
|
|
31497
|
+
},{}],270:[function(require,module,exports){
|
|
31417
31498
|
"use strict";
|
|
31418
31499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31419
31500
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31430,7 +31511,7 @@ class VerticeFluxograma {
|
|
|
31430
31511
|
}
|
|
31431
31512
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31432
31513
|
|
|
31433
|
-
},{}],
|
|
31514
|
+
},{}],271:[function(require,module,exports){
|
|
31434
31515
|
"use strict";
|
|
31435
31516
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31436
31517
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32670,7 +32751,7 @@ __decorate([
|
|
|
32670
32751
|
Decorators_1.Override
|
|
32671
32752
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32672
32753
|
|
|
32673
|
-
},{"./python3-parser":
|
|
32754
|
+
},{"./python3-parser":272,"antlr4ts/CommonToken":297,"antlr4ts/Decorators":301,"antlr4ts/Lexer":309,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/LexerATNSimulator":359,"antlr4ts/misc/Utils":420}],272:[function(require,module,exports){
|
|
32674
32755
|
"use strict";
|
|
32675
32756
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32676
32757
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43917,7 +43998,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43917
43998
|
}
|
|
43918
43999
|
exports.Yield_argContext = Yield_argContext;
|
|
43919
44000
|
|
|
43920
|
-
},{"antlr4ts/FailedPredicateException":
|
|
44001
|
+
},{"antlr4ts/FailedPredicateException":305,"antlr4ts/NoViableAltException":313,"antlr4ts/Parser":314,"antlr4ts/ParserRuleContext":317,"antlr4ts/RecognitionException":320,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATN":334,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/ParserATNSimulator":375,"antlr4ts/misc/Utils":420}],273:[function(require,module,exports){
|
|
43921
44002
|
"use strict";
|
|
43922
44003
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43923
44004
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44629,7 +44710,7 @@ ${labelFim}:`;
|
|
|
44629
44710
|
}
|
|
44630
44711
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44631
44712
|
|
|
44632
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
44713
|
+
},{"../construtos":67,"../declaracoes":116}],274:[function(require,module,exports){
|
|
44633
44714
|
"use strict";
|
|
44634
44715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44635
44716
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45318,7 +45399,7 @@ ${labelSenao}:`;
|
|
|
45318
45399
|
}
|
|
45319
45400
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45320
45401
|
|
|
45321
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
45402
|
+
},{"../construtos":67,"../declaracoes":116}],275:[function(require,module,exports){
|
|
45322
45403
|
"use strict";
|
|
45323
45404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45324
45405
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46093,7 +46174,7 @@ __delegua_print_int:
|
|
|
46093
46174
|
}
|
|
46094
46175
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46095
46176
|
|
|
46096
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
46177
|
+
},{"../construtos":67,"../declaracoes":116}],276:[function(require,module,exports){
|
|
46097
46178
|
"use strict";
|
|
46098
46179
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46099
46180
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -47308,7 +47389,7 @@ class TradutorAssemblyScript {
|
|
|
47308
47389
|
}
|
|
47309
47390
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47310
47391
|
|
|
47311
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
47392
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],277:[function(require,module,exports){
|
|
47312
47393
|
"use strict";
|
|
47313
47394
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47314
47395
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48269,7 +48350,7 @@ class TradutorElixir {
|
|
|
48269
48350
|
}
|
|
48270
48351
|
exports.TradutorElixir = TradutorElixir;
|
|
48271
48352
|
|
|
48272
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48353
|
+
},{"../tipos-de-simbolos/delegua":256}],278:[function(require,module,exports){
|
|
48273
48354
|
"use strict";
|
|
48274
48355
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48275
48356
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49061,7 +49142,7 @@ class TradutorJavaScript {
|
|
|
49061
49142
|
}
|
|
49062
49143
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49063
49144
|
|
|
49064
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49145
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],279:[function(require,module,exports){
|
|
49065
49146
|
"use strict";
|
|
49066
49147
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49067
49148
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49890,7 +49971,7 @@ class TradutorMermaidJs {
|
|
|
49890
49971
|
}
|
|
49891
49972
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49892
49973
|
|
|
49893
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49974
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256,"./mermaid":266}],280:[function(require,module,exports){
|
|
49894
49975
|
"use strict";
|
|
49895
49976
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49896
49977
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50272,7 +50353,7 @@ class TradutorPortugolIpt {
|
|
|
50272
50353
|
}
|
|
50273
50354
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50274
50355
|
|
|
50275
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":
|
|
50356
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":226,"../tipos-de-simbolos/portugol-ipt":261}],281:[function(require,module,exports){
|
|
50276
50357
|
"use strict";
|
|
50277
50358
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50278
50359
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50957,7 +51038,7 @@ class TradutorPython {
|
|
|
50957
51038
|
}
|
|
50958
51039
|
exports.TradutorPython = TradutorPython;
|
|
50959
51040
|
|
|
50960
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
51041
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],282:[function(require,module,exports){
|
|
50961
51042
|
"use strict";
|
|
50962
51043
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50963
51044
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51311,7 +51392,7 @@ class TradutorReversoCalango {
|
|
|
51311
51392
|
}
|
|
51312
51393
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51313
51394
|
|
|
51314
|
-
},{"../tipos-de-simbolos/calango":
|
|
51395
|
+
},{"../tipos-de-simbolos/calango":254}],283:[function(require,module,exports){
|
|
51315
51396
|
"use strict";
|
|
51316
51397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51317
51398
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51706,7 +51787,7 @@ class TradutorReversoJavaScript {
|
|
|
51706
51787
|
}
|
|
51707
51788
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51708
51789
|
|
|
51709
|
-
},{}],
|
|
51790
|
+
},{}],284:[function(require,module,exports){
|
|
51710
51791
|
"use strict";
|
|
51711
51792
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51712
51793
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52359,7 +52440,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52359
52440
|
}
|
|
52360
52441
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52361
52442
|
|
|
52362
|
-
},{"./python/python3-lexer":
|
|
52443
|
+
},{"./python/python3-lexer":271,"./python/python3-parser":272,"antlr4ts":403,"antlr4ts/tree/AbstractParseTreeVisitor":421}],285:[function(require,module,exports){
|
|
52363
52444
|
"use strict";
|
|
52364
52445
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52365
52446
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52950,7 +53031,7 @@ class TradutorReversoTenda {
|
|
|
52950
53031
|
}
|
|
52951
53032
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52952
53033
|
|
|
52953
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53034
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":263}],286:[function(require,module,exports){
|
|
52954
53035
|
"use strict";
|
|
52955
53036
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52956
53037
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53637,7 +53718,7 @@ class TradutorRuby {
|
|
|
53637
53718
|
}
|
|
53638
53719
|
exports.TradutorRuby = TradutorRuby;
|
|
53639
53720
|
|
|
53640
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
53721
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],287:[function(require,module,exports){
|
|
53641
53722
|
"use strict";
|
|
53642
53723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53643
53724
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54524,7 +54605,7 @@ process.exit(codigoSaida);
|
|
|
54524
54605
|
}
|
|
54525
54606
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54526
54607
|
|
|
54527
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
54608
|
+
},{"../construtos":67,"../declaracoes":116}],288:[function(require,module,exports){
|
|
54528
54609
|
"use strict";
|
|
54529
54610
|
/*!
|
|
54530
54611
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54532,7 +54613,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54532
54613
|
*/
|
|
54533
54614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54534
54615
|
|
|
54535
|
-
},{}],
|
|
54616
|
+
},{}],289:[function(require,module,exports){
|
|
54536
54617
|
"use strict";
|
|
54537
54618
|
/*!
|
|
54538
54619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54540,7 +54621,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54540
54621
|
*/
|
|
54541
54622
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54542
54623
|
|
|
54543
|
-
},{}],
|
|
54624
|
+
},{}],290:[function(require,module,exports){
|
|
54544
54625
|
"use strict";
|
|
54545
54626
|
/*!
|
|
54546
54627
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54702,7 +54783,7 @@ __decorate([
|
|
|
54702
54783
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54703
54784
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54704
54785
|
|
|
54705
|
-
},{"./Decorators":
|
|
54786
|
+
},{"./Decorators":301,"./IntStream":307,"assert":444}],291:[function(require,module,exports){
|
|
54706
54787
|
"use strict";
|
|
54707
54788
|
/*!
|
|
54708
54789
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54785,7 +54866,7 @@ __decorate([
|
|
|
54785
54866
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54786
54867
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54787
54868
|
|
|
54788
|
-
},{"./Decorators":
|
|
54869
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./InputMismatchException":306,"./misc/ParseCancellationException":418}],292:[function(require,module,exports){
|
|
54789
54870
|
"use strict";
|
|
54790
54871
|
/*!
|
|
54791
54872
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55275,7 +55356,7 @@ BufferedTokenStream = __decorate([
|
|
|
55275
55356
|
], BufferedTokenStream);
|
|
55276
55357
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55277
55358
|
|
|
55278
|
-
},{"./CommonToken":
|
|
55359
|
+
},{"./CommonToken":297,"./Decorators":301,"./Lexer":309,"./Token":326,"./misc/Interval":413,"assert":444}],293:[function(require,module,exports){
|
|
55279
55360
|
"use strict";
|
|
55280
55361
|
/*!
|
|
55281
55362
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55283,7 +55364,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55283
55364
|
*/
|
|
55284
55365
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55285
55366
|
|
|
55286
|
-
},{}],
|
|
55367
|
+
},{}],294:[function(require,module,exports){
|
|
55287
55368
|
"use strict";
|
|
55288
55369
|
/*!
|
|
55289
55370
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55417,7 +55498,7 @@ var CharStreams;
|
|
|
55417
55498
|
// }
|
|
55418
55499
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55419
55500
|
|
|
55420
|
-
},{"./CodePointBuffer":
|
|
55501
|
+
},{"./CodePointBuffer":295,"./CodePointCharStream":296,"./IntStream":307}],295:[function(require,module,exports){
|
|
55421
55502
|
"use strict";
|
|
55422
55503
|
/*!
|
|
55423
55504
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55652,7 +55733,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55652
55733
|
CodePointBuffer.Builder = Builder;
|
|
55653
55734
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55654
55735
|
|
|
55655
|
-
},{"./misc/Character":
|
|
55736
|
+
},{"./misc/Character":409,"assert":444}],296:[function(require,module,exports){
|
|
55656
55737
|
"use strict";
|
|
55657
55738
|
/*!
|
|
55658
55739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55802,7 +55883,7 @@ __decorate([
|
|
|
55802
55883
|
], CodePointCharStream.prototype, "getText", null);
|
|
55803
55884
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55804
55885
|
|
|
55805
|
-
},{"./Decorators":
|
|
55886
|
+
},{"./Decorators":301,"./IntStream":307,"./misc/Interval":413,"assert":444}],297:[function(require,module,exports){
|
|
55806
55887
|
"use strict";
|
|
55807
55888
|
/*!
|
|
55808
55889
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56032,7 +56113,7 @@ CommonToken = __decorate([
|
|
|
56032
56113
|
], CommonToken);
|
|
56033
56114
|
exports.CommonToken = CommonToken;
|
|
56034
56115
|
|
|
56035
|
-
},{"./Decorators":
|
|
56116
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],298:[function(require,module,exports){
|
|
56036
56117
|
"use strict";
|
|
56037
56118
|
/*!
|
|
56038
56119
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56096,7 +56177,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56096
56177
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56097
56178
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56098
56179
|
|
|
56099
|
-
},{"./CommonToken":
|
|
56180
|
+
},{"./CommonToken":297,"./Decorators":301,"./misc/Interval":413}],299:[function(require,module,exports){
|
|
56100
56181
|
"use strict";
|
|
56101
56182
|
/*!
|
|
56102
56183
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56223,7 +56304,7 @@ CommonTokenStream = __decorate([
|
|
|
56223
56304
|
], CommonTokenStream);
|
|
56224
56305
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56225
56306
|
|
|
56226
|
-
},{"./BufferedTokenStream":
|
|
56307
|
+
},{"./BufferedTokenStream":292,"./Decorators":301,"./Token":326}],300:[function(require,module,exports){
|
|
56227
56308
|
"use strict";
|
|
56228
56309
|
/*!
|
|
56229
56310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56257,7 +56338,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56257
56338
|
*/
|
|
56258
56339
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56259
56340
|
|
|
56260
|
-
},{}],
|
|
56341
|
+
},{}],301:[function(require,module,exports){
|
|
56261
56342
|
"use strict";
|
|
56262
56343
|
/*!
|
|
56263
56344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56284,7 +56365,7 @@ function SuppressWarnings(options) {
|
|
|
56284
56365
|
}
|
|
56285
56366
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56286
56367
|
|
|
56287
|
-
},{}],
|
|
56368
|
+
},{}],302:[function(require,module,exports){
|
|
56288
56369
|
"use strict";
|
|
56289
56370
|
/*!
|
|
56290
56371
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57098,7 +57179,7 @@ __decorate([
|
|
|
57098
57179
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57099
57180
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57100
57181
|
|
|
57101
|
-
},{"./Decorators":
|
|
57182
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./NoViableAltException":313,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/PredictionContext":381,"./misc/IntervalSet":414}],303:[function(require,module,exports){
|
|
57102
57183
|
"use strict";
|
|
57103
57184
|
/*!
|
|
57104
57185
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57174,7 +57255,7 @@ var Dependents;
|
|
|
57174
57255
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57175
57256
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57176
57257
|
|
|
57177
|
-
},{}],
|
|
57258
|
+
},{}],304:[function(require,module,exports){
|
|
57178
57259
|
"use strict";
|
|
57179
57260
|
/*!
|
|
57180
57261
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57322,7 +57403,7 @@ __decorate([
|
|
|
57322
57403
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57323
57404
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57324
57405
|
|
|
57325
|
-
},{"./Decorators":
|
|
57406
|
+
},{"./Decorators":301,"./misc/BitSet":408,"./misc/Interval":413}],305:[function(require,module,exports){
|
|
57326
57407
|
"use strict";
|
|
57327
57408
|
/*!
|
|
57328
57409
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57387,7 +57468,7 @@ FailedPredicateException = __decorate([
|
|
|
57387
57468
|
], FailedPredicateException);
|
|
57388
57469
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57389
57470
|
|
|
57390
|
-
},{"./Decorators":
|
|
57471
|
+
},{"./Decorators":301,"./RecognitionException":320,"./atn/PredicateTransition":380}],306:[function(require,module,exports){
|
|
57391
57472
|
"use strict";
|
|
57392
57473
|
/*!
|
|
57393
57474
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57427,7 +57508,7 @@ InputMismatchException = __decorate([
|
|
|
57427
57508
|
], InputMismatchException);
|
|
57428
57509
|
exports.InputMismatchException = InputMismatchException;
|
|
57429
57510
|
|
|
57430
|
-
},{"./Decorators":
|
|
57511
|
+
},{"./Decorators":301,"./RecognitionException":320}],307:[function(require,module,exports){
|
|
57431
57512
|
"use strict";
|
|
57432
57513
|
/*!
|
|
57433
57514
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57450,7 +57531,7 @@ var IntStream;
|
|
|
57450
57531
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57451
57532
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57452
57533
|
|
|
57453
|
-
},{}],
|
|
57534
|
+
},{}],308:[function(require,module,exports){
|
|
57454
57535
|
"use strict";
|
|
57455
57536
|
/*!
|
|
57456
57537
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57497,7 +57578,7 @@ __decorate([
|
|
|
57497
57578
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57498
57579
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57499
57580
|
|
|
57500
|
-
},{"./Decorators":
|
|
57581
|
+
},{"./Decorators":301,"./ParserRuleContext":317}],309:[function(require,module,exports){
|
|
57501
57582
|
"use strict";
|
|
57502
57583
|
/*!
|
|
57503
57584
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57833,7 +57914,7 @@ __decorate([
|
|
|
57833
57914
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57834
57915
|
exports.Lexer = Lexer;
|
|
57835
57916
|
|
|
57836
|
-
},{"./CommonTokenFactory":
|
|
57917
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./IntStream":307,"./LexerNoViableAltException":311,"./Recognizer":321,"./Token":326,"./atn/LexerATNSimulator":359,"./misc/IntegerStack":412,"./misc/Interval":413}],310:[function(require,module,exports){
|
|
57837
57918
|
"use strict";
|
|
57838
57919
|
/*!
|
|
57839
57920
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57913,7 +57994,7 @@ LexerInterpreter = __decorate([
|
|
|
57913
57994
|
], LexerInterpreter);
|
|
57914
57995
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57915
57996
|
|
|
57916
|
-
},{"./Decorators":
|
|
57997
|
+
},{"./Decorators":301,"./Lexer":309,"./atn/LexerATNSimulator":359}],311:[function(require,module,exports){
|
|
57917
57998
|
"use strict";
|
|
57918
57999
|
/*!
|
|
57919
58000
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57970,7 +58051,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57970
58051
|
], LexerNoViableAltException);
|
|
57971
58052
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57972
58053
|
|
|
57973
|
-
},{"./Decorators":
|
|
58054
|
+
},{"./Decorators":301,"./RecognitionException":320,"./misc/Interval":413,"./misc/Utils":420}],312:[function(require,module,exports){
|
|
57974
58055
|
"use strict";
|
|
57975
58056
|
/*!
|
|
57976
58057
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58180,7 +58261,7 @@ ListTokenSource = __decorate([
|
|
|
58180
58261
|
], ListTokenSource);
|
|
58181
58262
|
exports.ListTokenSource = ListTokenSource;
|
|
58182
58263
|
|
|
58183
|
-
},{"./CommonTokenFactory":
|
|
58264
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./Token":326}],313:[function(require,module,exports){
|
|
58184
58265
|
"use strict";
|
|
58185
58266
|
/*!
|
|
58186
58267
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58235,7 +58316,7 @@ __decorate([
|
|
|
58235
58316
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58236
58317
|
exports.NoViableAltException = NoViableAltException;
|
|
58237
58318
|
|
|
58238
|
-
},{"./Decorators":
|
|
58319
|
+
},{"./Decorators":301,"./Parser":314,"./RecognitionException":320}],314:[function(require,module,exports){
|
|
58239
58320
|
(function (process){(function (){
|
|
58240
58321
|
"use strict";
|
|
58241
58322
|
/*!
|
|
@@ -59081,7 +59162,7 @@ __decorate([
|
|
|
59081
59162
|
exports.Parser = Parser;
|
|
59082
59163
|
|
|
59083
59164
|
}).call(this)}).call(this,require('_process'))
|
|
59084
|
-
},{"./Decorators":
|
|
59165
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./Lexer":309,"./ProxyParserErrorListener":319,"./Recognizer":321,"./Token":326,"./atn/ATNDeserializationOptions":337,"./atn/ATNDeserializer":338,"./atn/ParseInfo":374,"./atn/ParserATNSimulator":375,"./atn/ProfilingATNSimulator":384,"./misc/IntegerStack":412,"./misc/Utils":420,"./tree/ErrorNode":422,"./tree/TerminalNode":424,"./tree/pattern/ParseTreePatternMatcher":429,"_process":503}],315:[function(require,module,exports){
|
|
59085
59166
|
"use strict";
|
|
59086
59167
|
/*!
|
|
59087
59168
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59089,7 +59170,7 @@ exports.Parser = Parser;
|
|
|
59089
59170
|
*/
|
|
59090
59171
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59091
59172
|
|
|
59092
|
-
},{}],
|
|
59173
|
+
},{}],316:[function(require,module,exports){
|
|
59093
59174
|
"use strict";
|
|
59094
59175
|
/*!
|
|
59095
59176
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59497,7 +59578,7 @@ ParserInterpreter = __decorate([
|
|
|
59497
59578
|
], ParserInterpreter);
|
|
59498
59579
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59499
59580
|
|
|
59500
|
-
},{"./Decorators":
|
|
59581
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./InterpreterRuleContext":308,"./Parser":314,"./RecognitionException":320,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/LoopEndState":371,"./atn/ParserATNSimulator":375,"./atn/StarLoopEntryState":393,"./misc/BitSet":408}],317:[function(require,module,exports){
|
|
59501
59582
|
"use strict";
|
|
59502
59583
|
/*!
|
|
59503
59584
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59798,7 +59879,7 @@ __decorate([
|
|
|
59798
59879
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59799
59880
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59800
59881
|
|
|
59801
|
-
},{"./Decorators":
|
|
59882
|
+
},{"./Decorators":301,"./RuleContext":322,"./misc/Interval":413,"./tree/ErrorNode":422,"./tree/TerminalNode":424}],318:[function(require,module,exports){
|
|
59802
59883
|
"use strict";
|
|
59803
59884
|
/*!
|
|
59804
59885
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59848,7 +59929,7 @@ __decorate([
|
|
|
59848
59929
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59849
59930
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59850
59931
|
|
|
59851
|
-
},{"./Decorators":
|
|
59932
|
+
},{"./Decorators":301}],319:[function(require,module,exports){
|
|
59852
59933
|
"use strict";
|
|
59853
59934
|
/*!
|
|
59854
59935
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59907,7 +59988,7 @@ __decorate([
|
|
|
59907
59988
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59908
59989
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59909
59990
|
|
|
59910
|
-
},{"./Decorators":
|
|
59991
|
+
},{"./Decorators":301,"./ProxyErrorListener":318}],320:[function(require,module,exports){
|
|
59911
59992
|
"use strict";
|
|
59912
59993
|
/*!
|
|
59913
59994
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60012,7 +60093,7 @@ class RecognitionException extends Error {
|
|
|
60012
60093
|
}
|
|
60013
60094
|
exports.RecognitionException = RecognitionException;
|
|
60014
60095
|
|
|
60015
|
-
},{}],
|
|
60096
|
+
},{}],321:[function(require,module,exports){
|
|
60016
60097
|
"use strict";
|
|
60017
60098
|
/*!
|
|
60018
60099
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60231,7 +60312,7 @@ __decorate([
|
|
|
60231
60312
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60232
60313
|
exports.Recognizer = Recognizer;
|
|
60233
60314
|
|
|
60234
|
-
},{"./ConsoleErrorListener":
|
|
60315
|
+
},{"./ConsoleErrorListener":300,"./Decorators":301,"./ProxyErrorListener":318,"./Token":326,"./misc/Utils":420}],322:[function(require,module,exports){
|
|
60235
60316
|
"use strict";
|
|
60236
60317
|
/*!
|
|
60237
60318
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60448,7 +60529,7 @@ __decorate([
|
|
|
60448
60529
|
], RuleContext.prototype, "toStringTree", null);
|
|
60449
60530
|
exports.RuleContext = RuleContext;
|
|
60450
60531
|
|
|
60451
|
-
},{"./Decorators":
|
|
60532
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./Recognizer":321,"./atn/ATN":334,"./misc/Interval":413,"./tree/RuleNode":423,"./tree/Trees":425}],323:[function(require,module,exports){
|
|
60452
60533
|
"use strict";
|
|
60453
60534
|
/*!
|
|
60454
60535
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60499,7 +60580,7 @@ __decorate([
|
|
|
60499
60580
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60500
60581
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60501
60582
|
|
|
60502
|
-
},{"./Decorators":
|
|
60583
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./atn/ATN":334}],324:[function(require,module,exports){
|
|
60503
60584
|
"use strict";
|
|
60504
60585
|
/*!
|
|
60505
60586
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60522,7 +60603,7 @@ function RuleDependency(dependency) {
|
|
|
60522
60603
|
}
|
|
60523
60604
|
exports.RuleDependency = RuleDependency;
|
|
60524
60605
|
|
|
60525
|
-
},{}],
|
|
60606
|
+
},{}],325:[function(require,module,exports){
|
|
60526
60607
|
"use strict";
|
|
60527
60608
|
/*!
|
|
60528
60609
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60541,7 +60622,7 @@ function RuleVersion(version) {
|
|
|
60541
60622
|
}
|
|
60542
60623
|
exports.RuleVersion = RuleVersion;
|
|
60543
60624
|
|
|
60544
|
-
},{}],
|
|
60625
|
+
},{}],326:[function(require,module,exports){
|
|
60545
60626
|
"use strict";
|
|
60546
60627
|
/*!
|
|
60547
60628
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60581,7 +60662,7 @@ var Token;
|
|
|
60581
60662
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60582
60663
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60583
60664
|
|
|
60584
|
-
},{"./IntStream":
|
|
60665
|
+
},{"./IntStream":307}],327:[function(require,module,exports){
|
|
60585
60666
|
"use strict";
|
|
60586
60667
|
/*!
|
|
60587
60668
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60589,7 +60670,7 @@ var Token;
|
|
|
60589
60670
|
*/
|
|
60590
60671
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60591
60672
|
|
|
60592
|
-
},{}],
|
|
60673
|
+
},{}],328:[function(require,module,exports){
|
|
60593
60674
|
"use strict";
|
|
60594
60675
|
/*!
|
|
60595
60676
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60597,7 +60678,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60597
60678
|
*/
|
|
60598
60679
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60599
60680
|
|
|
60600
|
-
},{}],
|
|
60681
|
+
},{}],329:[function(require,module,exports){
|
|
60601
60682
|
"use strict";
|
|
60602
60683
|
/*!
|
|
60603
60684
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60605,7 +60686,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60605
60686
|
*/
|
|
60606
60687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60607
60688
|
|
|
60608
|
-
},{}],
|
|
60689
|
+
},{}],330:[function(require,module,exports){
|
|
60609
60690
|
"use strict";
|
|
60610
60691
|
/*!
|
|
60611
60692
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61113,7 +61194,7 @@ __decorate([
|
|
|
61113
61194
|
Decorators_1.Override
|
|
61114
61195
|
], ReplaceOp.prototype, "toString", null);
|
|
61115
61196
|
|
|
61116
|
-
},{"./Decorators":
|
|
61197
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],331:[function(require,module,exports){
|
|
61117
61198
|
"use strict";
|
|
61118
61199
|
/*!
|
|
61119
61200
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61121,7 +61202,7 @@ __decorate([
|
|
|
61121
61202
|
*/
|
|
61122
61203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61123
61204
|
|
|
61124
|
-
},{}],
|
|
61205
|
+
},{}],332:[function(require,module,exports){
|
|
61125
61206
|
"use strict";
|
|
61126
61207
|
/*!
|
|
61127
61208
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61241,7 +61322,7 @@ __decorate([
|
|
|
61241
61322
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61242
61323
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61243
61324
|
|
|
61244
|
-
},{"./Decorators":
|
|
61325
|
+
},{"./Decorators":301,"./Token":326}],333:[function(require,module,exports){
|
|
61245
61326
|
"use strict";
|
|
61246
61327
|
/*!
|
|
61247
61328
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61249,7 +61330,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61249
61330
|
*/
|
|
61250
61331
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61251
61332
|
|
|
61252
|
-
},{}],
|
|
61333
|
+
},{}],334:[function(require,module,exports){
|
|
61253
61334
|
"use strict";
|
|
61254
61335
|
/*!
|
|
61255
61336
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61471,7 +61552,7 @@ exports.ATN = ATN;
|
|
|
61471
61552
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61472
61553
|
exports.ATN = ATN;
|
|
61473
61554
|
|
|
61474
|
-
},{"../Decorators":
|
|
61555
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashMap":404,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./InvalidState":357,"./LL1Analyzer":358,"./PredictionContext":381,"assert":444}],335:[function(require,module,exports){
|
|
61475
61556
|
"use strict";
|
|
61476
61557
|
/*!
|
|
61477
61558
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61996,7 +62077,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61996
62077
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61997
62078
|
], ActionSemanticContextATNConfig);
|
|
61998
62079
|
|
|
61999
|
-
},{"../Decorators":
|
|
62080
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"./DecisionState":354,"./PredictionContext":381,"./SemanticContext":389,"assert":444}],336:[function(require,module,exports){
|
|
62000
62081
|
"use strict";
|
|
62001
62082
|
/*!
|
|
62002
62083
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62443,7 +62524,7 @@ __decorate([
|
|
|
62443
62524
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62444
62525
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62445
62526
|
|
|
62446
|
-
},{"../Decorators":
|
|
62527
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/BitSet":408,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420,"./ATN":334,"./ATNConfig":335,"./PredictionContext":381,"./PredictionContextCache":382,"./SemanticContext":389,"assert":444}],337:[function(require,module,exports){
|
|
62447
62528
|
"use strict";
|
|
62448
62529
|
/*!
|
|
62449
62530
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62522,7 +62603,7 @@ __decorate([
|
|
|
62522
62603
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62523
62604
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62524
62605
|
|
|
62525
|
-
},{"../Decorators":
|
|
62606
|
+
},{"../Decorators":301}],338:[function(require,module,exports){
|
|
62526
62607
|
"use strict";
|
|
62527
62608
|
/*!
|
|
62528
62609
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63609,7 +63690,7 @@ __decorate([
|
|
|
63609
63690
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63610
63691
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63611
63692
|
|
|
63612
|
-
},{"../Decorators":
|
|
63693
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/UUID":419,"./ATN":334,"./ATNDeserializationOptions":337,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./BasicBlockStartState":346,"./BasicState":347,"./BlockEndState":348,"./BlockStartState":349,"./DecisionState":354,"./EpsilonTransition":355,"./InvalidState":357,"./LexerChannelAction":361,"./LexerCustomAction":362,"./LexerModeAction":364,"./LexerMoreAction":365,"./LexerPopModeAction":366,"./LexerPushModeAction":367,"./LexerSkipAction":368,"./LexerTypeAction":369,"./LoopEndState":371,"./NotSetTransition":372,"./ParserATNSimulator":375,"./PlusBlockStartState":376,"./PlusLoopbackState":377,"./PrecedencePredicateTransition":378,"./PredicateTransition":380,"./RangeTransition":385,"./RuleStartState":386,"./RuleStopState":387,"./RuleTransition":388,"./SetTransition":390,"./StarBlockStartState":392,"./StarLoopEntryState":393,"./StarLoopbackState":394,"./TokensStartState":395,"./WildcardTransition":397}],339:[function(require,module,exports){
|
|
63613
63694
|
"use strict";
|
|
63614
63695
|
/*!
|
|
63615
63696
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63673,7 +63754,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63673
63754
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63674
63755
|
exports.ATNSimulator = ATNSimulator;
|
|
63675
63756
|
|
|
63676
|
-
},{"../Decorators":
|
|
63757
|
+
},{"../Decorators":301,"../dfa/DFAState":401,"./ATNConfigSet":336,"./PredictionContext":381}],340:[function(require,module,exports){
|
|
63677
63758
|
"use strict";
|
|
63678
63759
|
/*!
|
|
63679
63760
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63860,7 +63941,7 @@ exports.ATNState = ATNState;
|
|
|
63860
63941
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63861
63942
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63862
63943
|
|
|
63863
|
-
},{"../Decorators":
|
|
63944
|
+
},{"../Decorators":301}],341:[function(require,module,exports){
|
|
63864
63945
|
"use strict";
|
|
63865
63946
|
/*!
|
|
63866
63947
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63886,7 +63967,7 @@ var ATNStateType;
|
|
|
63886
63967
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63887
63968
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63888
63969
|
|
|
63889
|
-
},{}],
|
|
63970
|
+
},{}],342:[function(require,module,exports){
|
|
63890
63971
|
"use strict";
|
|
63891
63972
|
/*!
|
|
63892
63973
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63906,7 +63987,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63906
63987
|
}
|
|
63907
63988
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63908
63989
|
|
|
63909
|
-
},{"./Transition":
|
|
63990
|
+
},{"./Transition":396}],343:[function(require,module,exports){
|
|
63910
63991
|
"use strict";
|
|
63911
63992
|
/*!
|
|
63912
63993
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63962,7 +64043,7 @@ ActionTransition = __decorate([
|
|
|
63962
64043
|
], ActionTransition);
|
|
63963
64044
|
exports.ActionTransition = ActionTransition;
|
|
63964
64045
|
|
|
63965
|
-
},{"../Decorators":
|
|
64046
|
+
},{"../Decorators":301,"./Transition":396}],344:[function(require,module,exports){
|
|
63966
64047
|
"use strict";
|
|
63967
64048
|
/*!
|
|
63968
64049
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64049,7 +64130,7 @@ AmbiguityInfo = __decorate([
|
|
|
64049
64130
|
], AmbiguityInfo);
|
|
64050
64131
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
64051
64132
|
|
|
64052
|
-
},{"../Decorators":
|
|
64133
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],345:[function(require,module,exports){
|
|
64053
64134
|
"use strict";
|
|
64054
64135
|
/*!
|
|
64055
64136
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64107,7 +64188,7 @@ AtomTransition = __decorate([
|
|
|
64107
64188
|
], AtomTransition);
|
|
64108
64189
|
exports.AtomTransition = AtomTransition;
|
|
64109
64190
|
|
|
64110
|
-
},{"../Decorators":
|
|
64191
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],346:[function(require,module,exports){
|
|
64111
64192
|
"use strict";
|
|
64112
64193
|
/*!
|
|
64113
64194
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64139,7 +64220,7 @@ __decorate([
|
|
|
64139
64220
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64140
64221
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64141
64222
|
|
|
64142
|
-
},{"../Decorators":
|
|
64223
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],347:[function(require,module,exports){
|
|
64143
64224
|
"use strict";
|
|
64144
64225
|
/*!
|
|
64145
64226
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64171,7 +64252,7 @@ __decorate([
|
|
|
64171
64252
|
], BasicState.prototype, "stateType", null);
|
|
64172
64253
|
exports.BasicState = BasicState;
|
|
64173
64254
|
|
|
64174
|
-
},{"../Decorators":
|
|
64255
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],348:[function(require,module,exports){
|
|
64175
64256
|
"use strict";
|
|
64176
64257
|
/*!
|
|
64177
64258
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64200,7 +64281,7 @@ __decorate([
|
|
|
64200
64281
|
], BlockEndState.prototype, "stateType", null);
|
|
64201
64282
|
exports.BlockEndState = BlockEndState;
|
|
64202
64283
|
|
|
64203
|
-
},{"../Decorators":
|
|
64284
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],349:[function(require,module,exports){
|
|
64204
64285
|
"use strict";
|
|
64205
64286
|
/*!
|
|
64206
64287
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64214,7 +64295,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64214
64295
|
}
|
|
64215
64296
|
exports.BlockStartState = BlockStartState;
|
|
64216
64297
|
|
|
64217
|
-
},{"./DecisionState":
|
|
64298
|
+
},{"./DecisionState":354}],350:[function(require,module,exports){
|
|
64218
64299
|
"use strict";
|
|
64219
64300
|
/*!
|
|
64220
64301
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64284,7 +64365,7 @@ __decorate([
|
|
|
64284
64365
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64285
64366
|
exports.ConflictInfo = ConflictInfo;
|
|
64286
64367
|
|
|
64287
|
-
},{"../Decorators":
|
|
64368
|
+
},{"../Decorators":301,"../misc/Utils":420}],351:[function(require,module,exports){
|
|
64288
64369
|
"use strict";
|
|
64289
64370
|
/*!
|
|
64290
64371
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64344,7 +64425,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64344
64425
|
], ContextSensitivityInfo);
|
|
64345
64426
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64346
64427
|
|
|
64347
|
-
},{"../Decorators":
|
|
64428
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],352:[function(require,module,exports){
|
|
64348
64429
|
"use strict";
|
|
64349
64430
|
/*!
|
|
64350
64431
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64396,7 +64477,7 @@ DecisionEventInfo = __decorate([
|
|
|
64396
64477
|
], DecisionEventInfo);
|
|
64397
64478
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64398
64479
|
|
|
64399
|
-
},{"../Decorators":
|
|
64480
|
+
},{"../Decorators":301}],353:[function(require,module,exports){
|
|
64400
64481
|
"use strict";
|
|
64401
64482
|
/*!
|
|
64402
64483
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64609,7 +64690,7 @@ __decorate([
|
|
|
64609
64690
|
], DecisionInfo.prototype, "toString", null);
|
|
64610
64691
|
exports.DecisionInfo = DecisionInfo;
|
|
64611
64692
|
|
|
64612
|
-
},{"../Decorators":
|
|
64693
|
+
},{"../Decorators":301}],354:[function(require,module,exports){
|
|
64613
64694
|
"use strict";
|
|
64614
64695
|
/*!
|
|
64615
64696
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64629,7 +64710,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64629
64710
|
}
|
|
64630
64711
|
exports.DecisionState = DecisionState;
|
|
64631
64712
|
|
|
64632
|
-
},{"./ATNState":
|
|
64713
|
+
},{"./ATNState":340}],355:[function(require,module,exports){
|
|
64633
64714
|
"use strict";
|
|
64634
64715
|
/*!
|
|
64635
64716
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64695,7 +64776,7 @@ EpsilonTransition = __decorate([
|
|
|
64695
64776
|
], EpsilonTransition);
|
|
64696
64777
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64697
64778
|
|
|
64698
|
-
},{"../Decorators":
|
|
64779
|
+
},{"../Decorators":301,"./Transition":396}],356:[function(require,module,exports){
|
|
64699
64780
|
"use strict";
|
|
64700
64781
|
/*!
|
|
64701
64782
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64748,7 +64829,7 @@ ErrorInfo = __decorate([
|
|
|
64748
64829
|
], ErrorInfo);
|
|
64749
64830
|
exports.ErrorInfo = ErrorInfo;
|
|
64750
64831
|
|
|
64751
|
-
},{"../Decorators":
|
|
64832
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],357:[function(require,module,exports){
|
|
64752
64833
|
"use strict";
|
|
64753
64834
|
/*!
|
|
64754
64835
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64779,7 +64860,7 @@ __decorate([
|
|
|
64779
64860
|
], InvalidState.prototype, "stateType", null);
|
|
64780
64861
|
exports.InvalidState = InvalidState;
|
|
64781
64862
|
|
|
64782
|
-
},{"../Decorators":
|
|
64863
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BasicState":347}],358:[function(require,module,exports){
|
|
64783
64864
|
"use strict";
|
|
64784
64865
|
/*!
|
|
64785
64866
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65001,7 +65082,7 @@ LL1Analyzer = __decorate([
|
|
|
65001
65082
|
], LL1Analyzer);
|
|
65002
65083
|
exports.LL1Analyzer = LL1Analyzer;
|
|
65003
65084
|
|
|
65004
|
-
},{"../Decorators":
|
|
65085
|
+
},{"../Decorators":301,"../Token":326,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./ATNConfig":335,"./AbstractPredicateTransition":342,"./NotSetTransition":372,"./PredictionContext":381,"./RuleStopState":387,"./RuleTransition":388,"./WildcardTransition":397}],359:[function(require,module,exports){
|
|
65005
65086
|
"use strict";
|
|
65006
65087
|
/*!
|
|
65007
65088
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65718,7 +65799,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65718
65799
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65719
65800
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65720
65801
|
|
|
65721
|
-
},{"../Decorators":
|
|
65802
|
+
},{"../Decorators":301,"../IntStream":307,"../Lexer":309,"../LexerNoViableAltException":311,"../Token":326,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Interval":413,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./LexerActionExecutor":360,"./OrderedATNConfigSet":373,"./PredictionContext":381,"./RuleStopState":387,"assert":444}],360:[function(require,module,exports){
|
|
65722
65803
|
"use strict";
|
|
65723
65804
|
/*!
|
|
65724
65805
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65919,7 +66000,7 @@ LexerActionExecutor = __decorate([
|
|
|
65919
66000
|
], LexerActionExecutor);
|
|
65920
66001
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65921
66002
|
|
|
65922
|
-
},{"../Decorators":
|
|
66003
|
+
},{"../Decorators":301,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"./LexerIndexedCustomAction":363}],361:[function(require,module,exports){
|
|
65923
66004
|
"use strict";
|
|
65924
66005
|
/*!
|
|
65925
66006
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66024,7 +66105,7 @@ __decorate([
|
|
|
66024
66105
|
], LexerChannelAction.prototype, "toString", null);
|
|
66025
66106
|
exports.LexerChannelAction = LexerChannelAction;
|
|
66026
66107
|
|
|
66027
|
-
},{"../Decorators":
|
|
66108
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],362:[function(require,module,exports){
|
|
66028
66109
|
"use strict";
|
|
66029
66110
|
/*!
|
|
66030
66111
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66153,7 +66234,7 @@ __decorate([
|
|
|
66153
66234
|
], LexerCustomAction.prototype, "equals", null);
|
|
66154
66235
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66155
66236
|
|
|
66156
|
-
},{"../Decorators":
|
|
66237
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],363:[function(require,module,exports){
|
|
66157
66238
|
"use strict";
|
|
66158
66239
|
/*!
|
|
66159
66240
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66288,7 +66369,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66288
66369
|
], LexerIndexedCustomAction);
|
|
66289
66370
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66290
66371
|
|
|
66291
|
-
},{"../Decorators":
|
|
66372
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],364:[function(require,module,exports){
|
|
66292
66373
|
"use strict";
|
|
66293
66374
|
/*!
|
|
66294
66375
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66393,7 +66474,7 @@ __decorate([
|
|
|
66393
66474
|
], LexerModeAction.prototype, "toString", null);
|
|
66394
66475
|
exports.LexerModeAction = LexerModeAction;
|
|
66395
66476
|
|
|
66396
|
-
},{"../Decorators":
|
|
66477
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],365:[function(require,module,exports){
|
|
66397
66478
|
"use strict";
|
|
66398
66479
|
/*!
|
|
66399
66480
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66489,7 +66570,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66489
66570
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66490
66571
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66491
66572
|
|
|
66492
|
-
},{"../Decorators":
|
|
66573
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],366:[function(require,module,exports){
|
|
66493
66574
|
"use strict";
|
|
66494
66575
|
/*!
|
|
66495
66576
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66585,7 +66666,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66585
66666
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66586
66667
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66587
66668
|
|
|
66588
|
-
},{"../Decorators":
|
|
66669
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],367:[function(require,module,exports){
|
|
66589
66670
|
"use strict";
|
|
66590
66671
|
/*!
|
|
66591
66672
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66690,7 +66771,7 @@ __decorate([
|
|
|
66690
66771
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66691
66772
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66692
66773
|
|
|
66693
|
-
},{"../Decorators":
|
|
66774
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],368:[function(require,module,exports){
|
|
66694
66775
|
"use strict";
|
|
66695
66776
|
/*!
|
|
66696
66777
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66786,7 +66867,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66786
66867
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66787
66868
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66788
66869
|
|
|
66789
|
-
},{"../Decorators":
|
|
66870
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],369:[function(require,module,exports){
|
|
66790
66871
|
"use strict";
|
|
66791
66872
|
/*!
|
|
66792
66873
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66890,7 +66971,7 @@ __decorate([
|
|
|
66890
66971
|
], LexerTypeAction.prototype, "toString", null);
|
|
66891
66972
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66892
66973
|
|
|
66893
|
-
},{"../Decorators":
|
|
66974
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],370:[function(require,module,exports){
|
|
66894
66975
|
"use strict";
|
|
66895
66976
|
/*!
|
|
66896
66977
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66942,7 +67023,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66942
67023
|
], LookaheadEventInfo);
|
|
66943
67024
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66944
67025
|
|
|
66945
|
-
},{"../Decorators":
|
|
67026
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],371:[function(require,module,exports){
|
|
66946
67027
|
"use strict";
|
|
66947
67028
|
/*!
|
|
66948
67029
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66971,7 +67052,7 @@ __decorate([
|
|
|
66971
67052
|
], LoopEndState.prototype, "stateType", null);
|
|
66972
67053
|
exports.LoopEndState = LoopEndState;
|
|
66973
67054
|
|
|
66974
|
-
},{"../Decorators":
|
|
67055
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],372:[function(require,module,exports){
|
|
66975
67056
|
"use strict";
|
|
66976
67057
|
/*!
|
|
66977
67058
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67020,7 +67101,7 @@ NotSetTransition = __decorate([
|
|
|
67020
67101
|
], NotSetTransition);
|
|
67021
67102
|
exports.NotSetTransition = NotSetTransition;
|
|
67022
67103
|
|
|
67023
|
-
},{"../Decorators":
|
|
67104
|
+
},{"../Decorators":301,"./SetTransition":390}],373:[function(require,module,exports){
|
|
67024
67105
|
"use strict";
|
|
67025
67106
|
/*!
|
|
67026
67107
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67075,7 +67156,7 @@ __decorate([
|
|
|
67075
67156
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67076
67157
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67077
67158
|
|
|
67078
|
-
},{"../Decorators":
|
|
67159
|
+
},{"../Decorators":301,"./ATNConfigSet":336}],374:[function(require,module,exports){
|
|
67079
67160
|
"use strict";
|
|
67080
67161
|
/*!
|
|
67081
67162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67237,7 +67318,7 @@ ParseInfo = __decorate([
|
|
|
67237
67318
|
], ParseInfo);
|
|
67238
67319
|
exports.ParseInfo = ParseInfo;
|
|
67239
67320
|
|
|
67240
|
-
},{"../Decorators":
|
|
67321
|
+
},{"../Decorators":301}],375:[function(require,module,exports){
|
|
67241
67322
|
"use strict";
|
|
67242
67323
|
/*!
|
|
67243
67324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69510,7 +69591,7 @@ ParserATNSimulator = __decorate([
|
|
|
69510
69591
|
], ParserATNSimulator);
|
|
69511
69592
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69512
69593
|
|
|
69513
|
-
},{"../Decorators":
|
|
69594
|
+
},{"../Decorators":301,"../IntStream":307,"../NoViableAltException":313,"../ParserRuleContext":317,"../Token":326,"../VocabularyImpl":332,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/BitSet":408,"../misc/IntegerList":411,"../misc/Interval":413,"../misc/ObjectEqualityComparator":417,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./ConflictInfo":350,"./DecisionState":354,"./NotSetTransition":372,"./PredictionContext":381,"./PredictionContextCache":382,"./PredictionMode":383,"./RuleStopState":387,"./RuleTransition":388,"./SemanticContext":389,"./SetTransition":390,"./SimulatorState":391,"assert":444}],376:[function(require,module,exports){
|
|
69514
69595
|
"use strict";
|
|
69515
69596
|
/*!
|
|
69516
69597
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69543,7 +69624,7 @@ __decorate([
|
|
|
69543
69624
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69544
69625
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69545
69626
|
|
|
69546
|
-
},{"../Decorators":
|
|
69627
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],377:[function(require,module,exports){
|
|
69547
69628
|
"use strict";
|
|
69548
69629
|
/*!
|
|
69549
69630
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69574,7 +69655,7 @@ __decorate([
|
|
|
69574
69655
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69575
69656
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69576
69657
|
|
|
69577
|
-
},{"../Decorators":
|
|
69658
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],378:[function(require,module,exports){
|
|
69578
69659
|
"use strict";
|
|
69579
69660
|
/*!
|
|
69580
69661
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69637,7 +69718,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69637
69718
|
], PrecedencePredicateTransition);
|
|
69638
69719
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69639
69720
|
|
|
69640
|
-
},{"../Decorators":
|
|
69721
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],379:[function(require,module,exports){
|
|
69641
69722
|
"use strict";
|
|
69642
69723
|
/*!
|
|
69643
69724
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69700,7 +69781,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69700
69781
|
], PredicateEvalInfo);
|
|
69701
69782
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69702
69783
|
|
|
69703
|
-
},{"../Decorators":
|
|
69784
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],380:[function(require,module,exports){
|
|
69704
69785
|
"use strict";
|
|
69705
69786
|
/*!
|
|
69706
69787
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69766,7 +69847,7 @@ PredicateTransition = __decorate([
|
|
|
69766
69847
|
], PredicateTransition);
|
|
69767
69848
|
exports.PredicateTransition = PredicateTransition;
|
|
69768
69849
|
|
|
69769
|
-
},{"../Decorators":
|
|
69850
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],381:[function(require,module,exports){
|
|
69770
69851
|
"use strict";
|
|
69771
69852
|
/*!
|
|
69772
69853
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70457,7 +70538,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70457
70538
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70458
70539
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70459
70540
|
|
|
70460
|
-
},{"../Decorators":
|
|
70541
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/MurmurHash":416,"./PredictionContextCache":382,"assert":444}],382:[function(require,module,exports){
|
|
70461
70542
|
"use strict";
|
|
70462
70543
|
/*!
|
|
70463
70544
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70598,7 +70679,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70598
70679
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70599
70680
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70600
70681
|
|
|
70601
|
-
},{"../Decorators":
|
|
70682
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/ObjectEqualityComparator":417,"./PredictionContext":381,"assert":444}],383:[function(require,module,exports){
|
|
70602
70683
|
"use strict";
|
|
70603
70684
|
/*!
|
|
70604
70685
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70759,7 +70840,7 @@ var PredictionMode;
|
|
|
70759
70840
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70760
70841
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70761
70842
|
|
|
70762
|
-
},{"../Decorators":
|
|
70843
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"./RuleStopState":387}],384:[function(require,module,exports){
|
|
70763
70844
|
(function (process){(function (){
|
|
70764
70845
|
"use strict";
|
|
70765
70846
|
/*!
|
|
@@ -71028,7 +71109,7 @@ __decorate([
|
|
|
71028
71109
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
71029
71110
|
|
|
71030
71111
|
}).call(this)}).call(this,require('_process'))
|
|
71031
|
-
},{"../Decorators":
|
|
71112
|
+
},{"../Decorators":301,"./ATN":334,"./ATNSimulator":339,"./AmbiguityInfo":344,"./ContextSensitivityInfo":351,"./DecisionInfo":353,"./ErrorInfo":356,"./LookaheadEventInfo":370,"./ParserATNSimulator":375,"./PredicateEvalInfo":379,"./SemanticContext":389,"./SimulatorState":391,"_process":503}],385:[function(require,module,exports){
|
|
71032
71113
|
"use strict";
|
|
71033
71114
|
/*!
|
|
71034
71115
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71086,7 +71167,7 @@ RangeTransition = __decorate([
|
|
|
71086
71167
|
], RangeTransition);
|
|
71087
71168
|
exports.RangeTransition = RangeTransition;
|
|
71088
71169
|
|
|
71089
|
-
},{"../Decorators":
|
|
71170
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],386:[function(require,module,exports){
|
|
71090
71171
|
"use strict";
|
|
71091
71172
|
/*!
|
|
71092
71173
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71119,7 +71200,7 @@ __decorate([
|
|
|
71119
71200
|
], RuleStartState.prototype, "stateType", null);
|
|
71120
71201
|
exports.RuleStartState = RuleStartState;
|
|
71121
71202
|
|
|
71122
|
-
},{"../Decorators":
|
|
71203
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],387:[function(require,module,exports){
|
|
71123
71204
|
"use strict";
|
|
71124
71205
|
/*!
|
|
71125
71206
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71158,7 +71239,7 @@ __decorate([
|
|
|
71158
71239
|
], RuleStopState.prototype, "stateType", null);
|
|
71159
71240
|
exports.RuleStopState = RuleStopState;
|
|
71160
71241
|
|
|
71161
|
-
},{"../Decorators":
|
|
71242
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],388:[function(require,module,exports){
|
|
71162
71243
|
"use strict";
|
|
71163
71244
|
/*!
|
|
71164
71245
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71214,7 +71295,7 @@ RuleTransition = __decorate([
|
|
|
71214
71295
|
], RuleTransition);
|
|
71215
71296
|
exports.RuleTransition = RuleTransition;
|
|
71216
71297
|
|
|
71217
|
-
},{"../Decorators":
|
|
71298
|
+
},{"../Decorators":301,"./Transition":396}],389:[function(require,module,exports){
|
|
71218
71299
|
"use strict";
|
|
71219
71300
|
/*!
|
|
71220
71301
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71694,7 +71775,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71694
71775
|
SemanticContext.OR = OR;
|
|
71695
71776
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71696
71777
|
|
|
71697
|
-
},{"../Decorators":
|
|
71778
|
+
},{"../Decorators":301,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420}],390:[function(require,module,exports){
|
|
71698
71779
|
"use strict";
|
|
71699
71780
|
/*!
|
|
71700
71781
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71760,7 +71841,7 @@ SetTransition = __decorate([
|
|
|
71760
71841
|
], SetTransition);
|
|
71761
71842
|
exports.SetTransition = SetTransition;
|
|
71762
71843
|
|
|
71763
|
-
},{"../Decorators":
|
|
71844
|
+
},{"../Decorators":301,"../Token":326,"../misc/IntervalSet":414,"./Transition":396}],391:[function(require,module,exports){
|
|
71764
71845
|
"use strict";
|
|
71765
71846
|
/*!
|
|
71766
71847
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71796,7 +71877,7 @@ SimulatorState = __decorate([
|
|
|
71796
71877
|
], SimulatorState);
|
|
71797
71878
|
exports.SimulatorState = SimulatorState;
|
|
71798
71879
|
|
|
71799
|
-
},{"../Decorators":
|
|
71880
|
+
},{"../Decorators":301,"../ParserRuleContext":317}],392:[function(require,module,exports){
|
|
71800
71881
|
"use strict";
|
|
71801
71882
|
/*!
|
|
71802
71883
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71824,7 +71905,7 @@ __decorate([
|
|
|
71824
71905
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71825
71906
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71826
71907
|
|
|
71827
|
-
},{"../Decorators":
|
|
71908
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],393:[function(require,module,exports){
|
|
71828
71909
|
"use strict";
|
|
71829
71910
|
/*!
|
|
71830
71911
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71881,7 +71962,7 @@ __decorate([
|
|
|
71881
71962
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71882
71963
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71883
71964
|
|
|
71884
|
-
},{"../Decorators":
|
|
71965
|
+
},{"../Decorators":301,"../misc/BitSet":408,"./ATNStateType":341,"./DecisionState":354}],394:[function(require,module,exports){
|
|
71885
71966
|
"use strict";
|
|
71886
71967
|
/*!
|
|
71887
71968
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71912,7 +71993,7 @@ __decorate([
|
|
|
71912
71993
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71913
71994
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71914
71995
|
|
|
71915
|
-
},{"../Decorators":
|
|
71996
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],395:[function(require,module,exports){
|
|
71916
71997
|
"use strict";
|
|
71917
71998
|
/*!
|
|
71918
71999
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71941,7 +72022,7 @@ __decorate([
|
|
|
71941
72022
|
], TokensStartState.prototype, "stateType", null);
|
|
71942
72023
|
exports.TokensStartState = TokensStartState;
|
|
71943
72024
|
|
|
71944
|
-
},{"../Decorators":
|
|
72025
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],396:[function(require,module,exports){
|
|
71945
72026
|
"use strict";
|
|
71946
72027
|
/*!
|
|
71947
72028
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72015,7 +72096,7 @@ Transition = __decorate([
|
|
|
72015
72096
|
], Transition);
|
|
72016
72097
|
exports.Transition = Transition;
|
|
72017
72098
|
|
|
72018
|
-
},{"../Decorators":
|
|
72099
|
+
},{"../Decorators":301}],397:[function(require,module,exports){
|
|
72019
72100
|
"use strict";
|
|
72020
72101
|
/*!
|
|
72021
72102
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72063,7 +72144,7 @@ WildcardTransition = __decorate([
|
|
|
72063
72144
|
], WildcardTransition);
|
|
72064
72145
|
exports.WildcardTransition = WildcardTransition;
|
|
72065
72146
|
|
|
72066
|
-
},{"../Decorators":
|
|
72147
|
+
},{"../Decorators":301,"./Transition":396}],398:[function(require,module,exports){
|
|
72067
72148
|
"use strict";
|
|
72068
72149
|
/*!
|
|
72069
72150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72105,7 +72186,7 @@ class AcceptStateInfo {
|
|
|
72105
72186
|
}
|
|
72106
72187
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72107
72188
|
|
|
72108
|
-
},{}],
|
|
72189
|
+
},{}],399:[function(require,module,exports){
|
|
72109
72190
|
"use strict";
|
|
72110
72191
|
/*!
|
|
72111
72192
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72280,7 +72361,7 @@ DFA = __decorate([
|
|
|
72280
72361
|
], DFA);
|
|
72281
72362
|
exports.DFA = DFA;
|
|
72282
72363
|
|
|
72283
|
-
},{"../Decorators":
|
|
72364
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"../atn/ATNConfigSet":336,"../atn/StarLoopEntryState":393,"../misc/Array2DHashSet":405,"../misc/ObjectEqualityComparator":417,"./DFASerializer":400,"./DFAState":401,"./LexerDFASerializer":402}],400:[function(require,module,exports){
|
|
72284
72365
|
"use strict";
|
|
72285
72366
|
/*!
|
|
72286
72367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72422,7 +72503,7 @@ __decorate([
|
|
|
72422
72503
|
], DFASerializer.prototype, "toString", null);
|
|
72423
72504
|
exports.DFASerializer = DFASerializer;
|
|
72424
72505
|
|
|
72425
|
-
},{"../Decorators":
|
|
72506
|
+
},{"../Decorators":301,"../Recognizer":321,"../VocabularyImpl":332,"../atn/ATNSimulator":339,"../atn/PredictionContext":381}],401:[function(require,module,exports){
|
|
72426
72507
|
"use strict";
|
|
72427
72508
|
/*!
|
|
72428
72509
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72653,7 +72734,7 @@ exports.DFAState = DFAState;
|
|
|
72653
72734
|
DFAState.PredPrediction = PredPrediction;
|
|
72654
72735
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72655
72736
|
|
|
72656
|
-
},{"../Decorators":
|
|
72737
|
+
},{"../Decorators":301,"../atn/ATN":334,"../atn/PredictionContext":381,"../misc/BitSet":408,"../misc/MurmurHash":416,"assert":444}],402:[function(require,module,exports){
|
|
72657
72738
|
"use strict";
|
|
72658
72739
|
/*!
|
|
72659
72740
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72690,7 +72771,7 @@ LexerDFASerializer = __decorate([
|
|
|
72690
72771
|
], LexerDFASerializer);
|
|
72691
72772
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72692
72773
|
|
|
72693
|
-
},{"../Decorators":
|
|
72774
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"./DFASerializer":400}],403:[function(require,module,exports){
|
|
72694
72775
|
"use strict";
|
|
72695
72776
|
/*!
|
|
72696
72777
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72756,7 +72837,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72756
72837
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72757
72838
|
__exportStar(require("./WritableToken"), exports);
|
|
72758
72839
|
|
|
72759
|
-
},{"./ANTLRErrorListener":
|
|
72840
|
+
},{"./ANTLRErrorListener":288,"./ANTLRErrorStrategy":289,"./ANTLRInputStream":290,"./BailErrorStrategy":291,"./BufferedTokenStream":292,"./CharStream":293,"./CharStreams":294,"./CodePointBuffer":295,"./CodePointCharStream":296,"./CommonToken":297,"./CommonTokenFactory":298,"./CommonTokenStream":299,"./ConsoleErrorListener":300,"./DefaultErrorStrategy":302,"./Dependents":303,"./DiagnosticErrorListener":304,"./FailedPredicateException":305,"./InputMismatchException":306,"./IntStream":307,"./InterpreterRuleContext":308,"./Lexer":309,"./LexerInterpreter":310,"./LexerNoViableAltException":311,"./ListTokenSource":312,"./NoViableAltException":313,"./Parser":314,"./ParserErrorListener":315,"./ParserInterpreter":316,"./ParserRuleContext":317,"./ProxyErrorListener":318,"./ProxyParserErrorListener":319,"./RecognitionException":320,"./Recognizer":321,"./RuleContext":322,"./RuleContextWithAltNum":323,"./RuleDependency":324,"./RuleVersion":325,"./Token":326,"./TokenFactory":327,"./TokenSource":328,"./TokenStream":329,"./TokenStreamRewriter":330,"./Vocabulary":331,"./VocabularyImpl":332,"./WritableToken":333}],404:[function(require,module,exports){
|
|
72760
72841
|
"use strict";
|
|
72761
72842
|
/*!
|
|
72762
72843
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72839,7 +72920,7 @@ class Array2DHashMap {
|
|
|
72839
72920
|
}
|
|
72840
72921
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72841
72922
|
|
|
72842
|
-
},{"./Array2DHashSet":
|
|
72923
|
+
},{"./Array2DHashSet":405}],405:[function(require,module,exports){
|
|
72843
72924
|
"use strict";
|
|
72844
72925
|
/*!
|
|
72845
72926
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73206,7 +73287,7 @@ __decorate([
|
|
|
73206
73287
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73207
73288
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73208
73289
|
|
|
73209
|
-
},{"../Decorators":
|
|
73290
|
+
},{"../Decorators":301,"./DefaultEqualityComparator":410,"./MurmurHash":416,"assert":444}],406:[function(require,module,exports){
|
|
73210
73291
|
"use strict";
|
|
73211
73292
|
/*!
|
|
73212
73293
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73278,7 +73359,7 @@ __decorate([
|
|
|
73278
73359
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73279
73360
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73280
73361
|
|
|
73281
|
-
},{"../Decorators":
|
|
73362
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],407:[function(require,module,exports){
|
|
73282
73363
|
"use strict";
|
|
73283
73364
|
/*!
|
|
73284
73365
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73348,7 +73429,7 @@ var Arrays;
|
|
|
73348
73429
|
Arrays.toString = toString;
|
|
73349
73430
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73350
73431
|
|
|
73351
|
-
},{}],
|
|
73432
|
+
},{}],408:[function(require,module,exports){
|
|
73352
73433
|
"use strict";
|
|
73353
73434
|
/*!
|
|
73354
73435
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74020,7 +74101,7 @@ class BitSetIterator {
|
|
|
74020
74101
|
[Symbol.iterator]() { return this; }
|
|
74021
74102
|
}
|
|
74022
74103
|
|
|
74023
|
-
},{"./MurmurHash":
|
|
74104
|
+
},{"./MurmurHash":416,"util":508}],409:[function(require,module,exports){
|
|
74024
74105
|
"use strict";
|
|
74025
74106
|
/*!
|
|
74026
74107
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74041,7 +74122,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
74041
74122
|
}
|
|
74042
74123
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
74043
74124
|
|
|
74044
|
-
},{}],
|
|
74125
|
+
},{}],410:[function(require,module,exports){
|
|
74045
74126
|
"use strict";
|
|
74046
74127
|
/*!
|
|
74047
74128
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74112,7 +74193,7 @@ __decorate([
|
|
|
74112
74193
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74113
74194
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74114
74195
|
|
|
74115
|
-
},{"../Decorators":
|
|
74196
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],411:[function(require,module,exports){
|
|
74116
74197
|
"use strict";
|
|
74117
74198
|
/*!
|
|
74118
74199
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74406,7 +74487,7 @@ __decorate([
|
|
|
74406
74487
|
], IntegerList.prototype, "toString", null);
|
|
74407
74488
|
exports.IntegerList = IntegerList;
|
|
74408
74489
|
|
|
74409
|
-
},{"../Decorators":
|
|
74490
|
+
},{"../Decorators":301,"./Arrays":407}],412:[function(require,module,exports){
|
|
74410
74491
|
"use strict";
|
|
74411
74492
|
/*!
|
|
74412
74493
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74436,7 +74517,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74436
74517
|
}
|
|
74437
74518
|
exports.IntegerStack = IntegerStack;
|
|
74438
74519
|
|
|
74439
|
-
},{"./IntegerList":
|
|
74520
|
+
},{"./IntegerList":411}],413:[function(require,module,exports){
|
|
74440
74521
|
"use strict";
|
|
74441
74522
|
/*!
|
|
74442
74523
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74579,7 +74660,7 @@ __decorate([
|
|
|
74579
74660
|
], Interval.prototype, "toString", null);
|
|
74580
74661
|
exports.Interval = Interval;
|
|
74581
74662
|
|
|
74582
|
-
},{"../Decorators":
|
|
74663
|
+
},{"../Decorators":301}],414:[function(require,module,exports){
|
|
74583
74664
|
"use strict";
|
|
74584
74665
|
/*!
|
|
74585
74666
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75225,7 +75306,7 @@ __decorate([
|
|
|
75225
75306
|
], IntervalSet, "subtract", null);
|
|
75226
75307
|
exports.IntervalSet = IntervalSet;
|
|
75227
75308
|
|
|
75228
|
-
},{"../Decorators":
|
|
75309
|
+
},{"../Decorators":301,"../Lexer":309,"../Token":326,"./ArrayEqualityComparator":406,"./IntegerList":411,"./Interval":413,"./MurmurHash":416}],415:[function(require,module,exports){
|
|
75229
75310
|
"use strict";
|
|
75230
75311
|
/*!
|
|
75231
75312
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75258,7 +75339,7 @@ class MultiMap extends Map {
|
|
|
75258
75339
|
}
|
|
75259
75340
|
exports.MultiMap = MultiMap;
|
|
75260
75341
|
|
|
75261
|
-
},{}],
|
|
75342
|
+
},{}],416:[function(require,module,exports){
|
|
75262
75343
|
"use strict";
|
|
75263
75344
|
/*!
|
|
75264
75345
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75373,7 +75454,7 @@ var MurmurHash;
|
|
|
75373
75454
|
}
|
|
75374
75455
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75375
75456
|
|
|
75376
|
-
},{}],
|
|
75457
|
+
},{}],417:[function(require,module,exports){
|
|
75377
75458
|
"use strict";
|
|
75378
75459
|
/*!
|
|
75379
75460
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75432,7 +75513,7 @@ __decorate([
|
|
|
75432
75513
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75433
75514
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75434
75515
|
|
|
75435
|
-
},{"../Decorators":
|
|
75516
|
+
},{"../Decorators":301}],418:[function(require,module,exports){
|
|
75436
75517
|
"use strict";
|
|
75437
75518
|
/*!
|
|
75438
75519
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75461,7 +75542,7 @@ class ParseCancellationException extends Error {
|
|
|
75461
75542
|
}
|
|
75462
75543
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75463
75544
|
|
|
75464
|
-
},{}],
|
|
75545
|
+
},{}],419:[function(require,module,exports){
|
|
75465
75546
|
"use strict";
|
|
75466
75547
|
/*!
|
|
75467
75548
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75515,7 +75596,7 @@ class UUID {
|
|
|
75515
75596
|
}
|
|
75516
75597
|
exports.UUID = UUID;
|
|
75517
75598
|
|
|
75518
|
-
},{"./MurmurHash":
|
|
75599
|
+
},{"./MurmurHash":416}],420:[function(require,module,exports){
|
|
75519
75600
|
"use strict";
|
|
75520
75601
|
/*!
|
|
75521
75602
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75690,7 +75771,7 @@ exports.toCharArray = toCharArray;
|
|
|
75690
75771
|
// return s;
|
|
75691
75772
|
// }
|
|
75692
75773
|
|
|
75693
|
-
},{}],
|
|
75774
|
+
},{}],421:[function(require,module,exports){
|
|
75694
75775
|
"use strict";
|
|
75695
75776
|
/*!
|
|
75696
75777
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75835,7 +75916,7 @@ __decorate([
|
|
|
75835
75916
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75836
75917
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75837
75918
|
|
|
75838
|
-
},{"../Decorators":
|
|
75919
|
+
},{"../Decorators":301}],422:[function(require,module,exports){
|
|
75839
75920
|
"use strict";
|
|
75840
75921
|
/*!
|
|
75841
75922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75871,7 +75952,7 @@ __decorate([
|
|
|
75871
75952
|
], ErrorNode.prototype, "accept", null);
|
|
75872
75953
|
exports.ErrorNode = ErrorNode;
|
|
75873
75954
|
|
|
75874
|
-
},{"../Decorators":
|
|
75955
|
+
},{"../Decorators":301,"./TerminalNode":424}],423:[function(require,module,exports){
|
|
75875
75956
|
"use strict";
|
|
75876
75957
|
/*!
|
|
75877
75958
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75883,7 +75964,7 @@ class RuleNode {
|
|
|
75883
75964
|
}
|
|
75884
75965
|
exports.RuleNode = RuleNode;
|
|
75885
75966
|
|
|
75886
|
-
},{}],
|
|
75967
|
+
},{}],424:[function(require,module,exports){
|
|
75887
75968
|
"use strict";
|
|
75888
75969
|
/*!
|
|
75889
75970
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75975,7 +76056,7 @@ __decorate([
|
|
|
75975
76056
|
], TerminalNode.prototype, "toString", null);
|
|
75976
76057
|
exports.TerminalNode = TerminalNode;
|
|
75977
76058
|
|
|
75978
|
-
},{"../Decorators":
|
|
76059
|
+
},{"../Decorators":301,"../Token":326,"../misc/Interval":413}],425:[function(require,module,exports){
|
|
75979
76060
|
"use strict";
|
|
75980
76061
|
/*!
|
|
75981
76062
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76219,7 +76300,7 @@ __decorate([
|
|
|
76219
76300
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76220
76301
|
exports.Trees = Trees;
|
|
76221
76302
|
|
|
76222
|
-
},{"../CommonToken":
|
|
76303
|
+
},{"../CommonToken":297,"../Decorators":301,"../Parser":314,"../ParserRuleContext":317,"../Token":326,"../atn/ATN":334,"../misc/Utils":420,"./ErrorNode":422,"./RuleNode":423,"./TerminalNode":424}],426:[function(require,module,exports){
|
|
76223
76304
|
"use strict";
|
|
76224
76305
|
/*!
|
|
76225
76306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76243,7 +76324,7 @@ class Chunk {
|
|
|
76243
76324
|
}
|
|
76244
76325
|
exports.Chunk = Chunk;
|
|
76245
76326
|
|
|
76246
|
-
},{}],
|
|
76327
|
+
},{}],427:[function(require,module,exports){
|
|
76247
76328
|
"use strict";
|
|
76248
76329
|
/*!
|
|
76249
76330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76423,7 +76504,7 @@ ParseTreeMatch = __decorate([
|
|
|
76423
76504
|
], ParseTreeMatch);
|
|
76424
76505
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76425
76506
|
|
|
76426
|
-
},{"../../Decorators":
|
|
76507
|
+
},{"../../Decorators":301}],428:[function(require,module,exports){
|
|
76427
76508
|
"use strict";
|
|
76428
76509
|
/*!
|
|
76429
76510
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76581,7 +76662,7 @@ ParseTreePattern = __decorate([
|
|
|
76581
76662
|
], ParseTreePattern);
|
|
76582
76663
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76583
76664
|
|
|
76584
|
-
},{"../../Decorators":
|
|
76665
|
+
},{"../../Decorators":301,"../xpath/XPath":434}],429:[function(require,module,exports){
|
|
76585
76666
|
"use strict";
|
|
76586
76667
|
/*!
|
|
76587
76668
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77059,7 +77140,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
77059
77140
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
77060
77141
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
77061
77142
|
|
|
77062
|
-
},{"../../BailErrorStrategy":
|
|
77143
|
+
},{"../../BailErrorStrategy":291,"../../CharStreams":294,"../../CommonTokenStream":299,"../../Decorators":301,"../../ListTokenSource":312,"../../ParserInterpreter":316,"../../ParserRuleContext":317,"../../RecognitionException":320,"../../Token":326,"../../misc/MultiMap":415,"../../misc/ParseCancellationException":418,"../RuleNode":423,"../TerminalNode":424,"./ParseTreeMatch":427,"./ParseTreePattern":428,"./RuleTagToken":430,"./TagChunk":431,"./TextChunk":432,"./TokenTagToken":433}],430:[function(require,module,exports){
|
|
77063
77144
|
"use strict";
|
|
77064
77145
|
/*!
|
|
77065
77146
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77257,7 +77338,7 @@ RuleTagToken = __decorate([
|
|
|
77257
77338
|
], RuleTagToken);
|
|
77258
77339
|
exports.RuleTagToken = RuleTagToken;
|
|
77259
77340
|
|
|
77260
|
-
},{"../../Decorators":
|
|
77341
|
+
},{"../../Decorators":301,"../../Token":326}],431:[function(require,module,exports){
|
|
77261
77342
|
"use strict";
|
|
77262
77343
|
/*!
|
|
77263
77344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77344,7 +77425,7 @@ __decorate([
|
|
|
77344
77425
|
], TagChunk.prototype, "toString", null);
|
|
77345
77426
|
exports.TagChunk = TagChunk;
|
|
77346
77427
|
|
|
77347
|
-
},{"../../Decorators":
|
|
77428
|
+
},{"../../Decorators":301,"./Chunk":426}],432:[function(require,module,exports){
|
|
77348
77429
|
"use strict";
|
|
77349
77430
|
/*!
|
|
77350
77431
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77414,7 +77495,7 @@ TextChunk = __decorate([
|
|
|
77414
77495
|
], TextChunk);
|
|
77415
77496
|
exports.TextChunk = TextChunk;
|
|
77416
77497
|
|
|
77417
|
-
},{"../../Decorators":
|
|
77498
|
+
},{"../../Decorators":301,"./Chunk":426}],433:[function(require,module,exports){
|
|
77418
77499
|
"use strict";
|
|
77419
77500
|
/*!
|
|
77420
77501
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77509,7 +77590,7 @@ TokenTagToken = __decorate([
|
|
|
77509
77590
|
], TokenTagToken);
|
|
77510
77591
|
exports.TokenTagToken = TokenTagToken;
|
|
77511
77592
|
|
|
77512
|
-
},{"../../CommonToken":
|
|
77593
|
+
},{"../../CommonToken":297,"../../Decorators":301}],434:[function(require,module,exports){
|
|
77513
77594
|
"use strict";
|
|
77514
77595
|
/*!
|
|
77515
77596
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77706,7 +77787,7 @@ exports.XPath = XPath;
|
|
|
77706
77787
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77707
77788
|
XPath.NOT = "!"; // word for invert operator
|
|
77708
77789
|
|
|
77709
|
-
},{"../../CharStreams":
|
|
77790
|
+
},{"../../CharStreams":294,"../../CommonTokenStream":299,"../../LexerNoViableAltException":311,"../../ParserRuleContext":317,"../../Token":326,"./XPathLexer":436,"./XPathLexerErrorListener":437,"./XPathRuleAnywhereElement":438,"./XPathRuleElement":439,"./XPathTokenAnywhereElement":440,"./XPathTokenElement":441,"./XPathWildcardAnywhereElement":442,"./XPathWildcardElement":443}],435:[function(require,module,exports){
|
|
77710
77791
|
"use strict";
|
|
77711
77792
|
/*!
|
|
77712
77793
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77741,7 +77822,7 @@ __decorate([
|
|
|
77741
77822
|
], XPathElement.prototype, "toString", null);
|
|
77742
77823
|
exports.XPathElement = XPathElement;
|
|
77743
77824
|
|
|
77744
|
-
},{"../../Decorators":
|
|
77825
|
+
},{"../../Decorators":301}],436:[function(require,module,exports){
|
|
77745
77826
|
"use strict";
|
|
77746
77827
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77747
77828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78216,7 +78297,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78216
78297
|
XPathLexer._serializedATNSegment1,
|
|
78217
78298
|
], "");
|
|
78218
78299
|
|
|
78219
|
-
},{"../../Lexer":
|
|
78300
|
+
},{"../../Lexer":309,"../../VocabularyImpl":332,"../../atn/ATNDeserializer":338,"../../atn/LexerATNSimulator":359,"../../misc/Utils":420}],437:[function(require,module,exports){
|
|
78220
78301
|
"use strict";
|
|
78221
78302
|
/*!
|
|
78222
78303
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78241,7 +78322,7 @@ __decorate([
|
|
|
78241
78322
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78242
78323
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78243
78324
|
|
|
78244
|
-
},{"../../Decorators":
|
|
78325
|
+
},{"../../Decorators":301}],438:[function(require,module,exports){
|
|
78245
78326
|
"use strict";
|
|
78246
78327
|
/*!
|
|
78247
78328
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78275,7 +78356,7 @@ __decorate([
|
|
|
78275
78356
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78276
78357
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78277
78358
|
|
|
78278
|
-
},{"../../Decorators":
|
|
78359
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],439:[function(require,module,exports){
|
|
78279
78360
|
"use strict";
|
|
78280
78361
|
/*!
|
|
78281
78362
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78318,7 +78399,7 @@ __decorate([
|
|
|
78318
78399
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78319
78400
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78320
78401
|
|
|
78321
|
-
},{"../../Decorators":
|
|
78402
|
+
},{"../../Decorators":301,"../../ParserRuleContext":317,"../Trees":425,"./XPathElement":435}],440:[function(require,module,exports){
|
|
78322
78403
|
"use strict";
|
|
78323
78404
|
/*!
|
|
78324
78405
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78350,7 +78431,7 @@ __decorate([
|
|
|
78350
78431
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78351
78432
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78352
78433
|
|
|
78353
|
-
},{"../../Decorators":
|
|
78434
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],441:[function(require,module,exports){
|
|
78354
78435
|
"use strict";
|
|
78355
78436
|
/*!
|
|
78356
78437
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78393,7 +78474,7 @@ __decorate([
|
|
|
78393
78474
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78394
78475
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78395
78476
|
|
|
78396
|
-
},{"../../Decorators":
|
|
78477
|
+
},{"../../Decorators":301,"../TerminalNode":424,"../Trees":425,"./XPathElement":435}],442:[function(require,module,exports){
|
|
78397
78478
|
"use strict";
|
|
78398
78479
|
/*!
|
|
78399
78480
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78429,7 +78510,7 @@ __decorate([
|
|
|
78429
78510
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78430
78511
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78431
78512
|
|
|
78432
|
-
},{"../../Decorators":
|
|
78513
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],443:[function(require,module,exports){
|
|
78433
78514
|
"use strict";
|
|
78434
78515
|
/*!
|
|
78435
78516
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78469,7 +78550,7 @@ __decorate([
|
|
|
78469
78550
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78470
78551
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78471
78552
|
|
|
78472
|
-
},{"../../Decorators":
|
|
78553
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],444:[function(require,module,exports){
|
|
78473
78554
|
(function (global){(function (){
|
|
78474
78555
|
'use strict';
|
|
78475
78556
|
|
|
@@ -78979,7 +79060,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78979
79060
|
};
|
|
78980
79061
|
|
|
78981
79062
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78982
|
-
},{"object.assign/polyfill":
|
|
79063
|
+
},{"object.assign/polyfill":501,"util/":447}],445:[function(require,module,exports){
|
|
78983
79064
|
if (typeof Object.create === 'function') {
|
|
78984
79065
|
// implementation from standard node.js 'util' module
|
|
78985
79066
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -79004,14 +79085,14 @@ if (typeof Object.create === 'function') {
|
|
|
79004
79085
|
}
|
|
79005
79086
|
}
|
|
79006
79087
|
|
|
79007
|
-
},{}],
|
|
79088
|
+
},{}],446:[function(require,module,exports){
|
|
79008
79089
|
module.exports = function isBuffer(arg) {
|
|
79009
79090
|
return arg && typeof arg === 'object'
|
|
79010
79091
|
&& typeof arg.copy === 'function'
|
|
79011
79092
|
&& typeof arg.fill === 'function'
|
|
79012
79093
|
&& typeof arg.readUInt8 === 'function';
|
|
79013
79094
|
}
|
|
79014
|
-
},{}],
|
|
79095
|
+
},{}],447:[function(require,module,exports){
|
|
79015
79096
|
(function (process,global){(function (){
|
|
79016
79097
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
79017
79098
|
//
|
|
@@ -79601,7 +79682,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79601
79682
|
}
|
|
79602
79683
|
|
|
79603
79684
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79604
|
-
},{"./support/isBuffer":
|
|
79685
|
+
},{"./support/isBuffer":446,"_process":503,"inherits":445}],448:[function(require,module,exports){
|
|
79605
79686
|
(function (global){(function (){
|
|
79606
79687
|
'use strict';
|
|
79607
79688
|
|
|
@@ -79622,7 +79703,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79622
79703
|
};
|
|
79623
79704
|
|
|
79624
79705
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79625
|
-
},{"possible-typed-array-names":
|
|
79706
|
+
},{"possible-typed-array-names":502}],449:[function(require,module,exports){
|
|
79626
79707
|
(function (process,global){(function (){
|
|
79627
79708
|
module.exports = process.hrtime || hrtime
|
|
79628
79709
|
|
|
@@ -79653,7 +79734,7 @@ function hrtime(previousTimestamp){
|
|
|
79653
79734
|
return [seconds,nanoseconds]
|
|
79654
79735
|
}
|
|
79655
79736
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79656
|
-
},{"_process":
|
|
79737
|
+
},{"_process":503}],450:[function(require,module,exports){
|
|
79657
79738
|
'use strict';
|
|
79658
79739
|
|
|
79659
79740
|
var bind = require('function-bind');
|
|
@@ -79665,7 +79746,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79665
79746
|
/** @type {import('./actualApply')} */
|
|
79666
79747
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79667
79748
|
|
|
79668
|
-
},{"./functionApply":
|
|
79749
|
+
},{"./functionApply":452,"./functionCall":453,"./reflectApply":455,"function-bind":471}],451:[function(require,module,exports){
|
|
79669
79750
|
'use strict';
|
|
79670
79751
|
|
|
79671
79752
|
var bind = require('function-bind');
|
|
@@ -79677,19 +79758,19 @@ module.exports = function applyBind() {
|
|
|
79677
79758
|
return actualApply(bind, $apply, arguments);
|
|
79678
79759
|
};
|
|
79679
79760
|
|
|
79680
|
-
},{"./actualApply":
|
|
79761
|
+
},{"./actualApply":450,"./functionApply":452,"function-bind":471}],452:[function(require,module,exports){
|
|
79681
79762
|
'use strict';
|
|
79682
79763
|
|
|
79683
79764
|
/** @type {import('./functionApply')} */
|
|
79684
79765
|
module.exports = Function.prototype.apply;
|
|
79685
79766
|
|
|
79686
|
-
},{}],
|
|
79767
|
+
},{}],453:[function(require,module,exports){
|
|
79687
79768
|
'use strict';
|
|
79688
79769
|
|
|
79689
79770
|
/** @type {import('./functionCall')} */
|
|
79690
79771
|
module.exports = Function.prototype.call;
|
|
79691
79772
|
|
|
79692
|
-
},{}],
|
|
79773
|
+
},{}],454:[function(require,module,exports){
|
|
79693
79774
|
'use strict';
|
|
79694
79775
|
|
|
79695
79776
|
var bind = require('function-bind');
|
|
@@ -79706,13 +79787,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79706
79787
|
return $actualApply(bind, $call, args);
|
|
79707
79788
|
};
|
|
79708
79789
|
|
|
79709
|
-
},{"./actualApply":
|
|
79790
|
+
},{"./actualApply":450,"./functionCall":453,"es-errors/type":466,"function-bind":471}],455:[function(require,module,exports){
|
|
79710
79791
|
'use strict';
|
|
79711
79792
|
|
|
79712
79793
|
/** @type {import('./reflectApply')} */
|
|
79713
79794
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79714
79795
|
|
|
79715
|
-
},{}],
|
|
79796
|
+
},{}],456:[function(require,module,exports){
|
|
79716
79797
|
'use strict';
|
|
79717
79798
|
|
|
79718
79799
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79738,7 +79819,7 @@ if ($defineProperty) {
|
|
|
79738
79819
|
module.exports.apply = applyBind;
|
|
79739
79820
|
}
|
|
79740
79821
|
|
|
79741
|
-
},{"call-bind-apply-helpers":
|
|
79822
|
+
},{"call-bind-apply-helpers":454,"call-bind-apply-helpers/applyBind":451,"es-define-property":460,"set-function-length":505}],457:[function(require,module,exports){
|
|
79742
79823
|
'use strict';
|
|
79743
79824
|
|
|
79744
79825
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79759,7 +79840,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79759
79840
|
return intrinsic;
|
|
79760
79841
|
};
|
|
79761
79842
|
|
|
79762
|
-
},{"call-bind-apply-helpers":
|
|
79843
|
+
},{"call-bind-apply-helpers":454,"get-intrinsic":472}],458:[function(require,module,exports){
|
|
79763
79844
|
'use strict';
|
|
79764
79845
|
|
|
79765
79846
|
var $defineProperty = require('es-define-property');
|
|
@@ -79817,7 +79898,7 @@ module.exports = function defineDataProperty(
|
|
|
79817
79898
|
}
|
|
79818
79899
|
};
|
|
79819
79900
|
|
|
79820
|
-
},{"es-define-property":
|
|
79901
|
+
},{"es-define-property":460,"es-errors/syntax":465,"es-errors/type":466,"gopd":477}],459:[function(require,module,exports){
|
|
79821
79902
|
'use strict';
|
|
79822
79903
|
|
|
79823
79904
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79849,7 +79930,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79849
79930
|
}
|
|
79850
79931
|
: false;
|
|
79851
79932
|
|
|
79852
|
-
},{"call-bind-apply-helpers":
|
|
79933
|
+
},{"call-bind-apply-helpers":454,"gopd":477}],460:[function(require,module,exports){
|
|
79853
79934
|
'use strict';
|
|
79854
79935
|
|
|
79855
79936
|
/** @type {import('.')} */
|
|
@@ -79865,55 +79946,55 @@ if ($defineProperty) {
|
|
|
79865
79946
|
|
|
79866
79947
|
module.exports = $defineProperty;
|
|
79867
79948
|
|
|
79868
|
-
},{}],
|
|
79949
|
+
},{}],461:[function(require,module,exports){
|
|
79869
79950
|
'use strict';
|
|
79870
79951
|
|
|
79871
79952
|
/** @type {import('./eval')} */
|
|
79872
79953
|
module.exports = EvalError;
|
|
79873
79954
|
|
|
79874
|
-
},{}],
|
|
79955
|
+
},{}],462:[function(require,module,exports){
|
|
79875
79956
|
'use strict';
|
|
79876
79957
|
|
|
79877
79958
|
/** @type {import('.')} */
|
|
79878
79959
|
module.exports = Error;
|
|
79879
79960
|
|
|
79880
|
-
},{}],
|
|
79961
|
+
},{}],463:[function(require,module,exports){
|
|
79881
79962
|
'use strict';
|
|
79882
79963
|
|
|
79883
79964
|
/** @type {import('./range')} */
|
|
79884
79965
|
module.exports = RangeError;
|
|
79885
79966
|
|
|
79886
|
-
},{}],
|
|
79967
|
+
},{}],464:[function(require,module,exports){
|
|
79887
79968
|
'use strict';
|
|
79888
79969
|
|
|
79889
79970
|
/** @type {import('./ref')} */
|
|
79890
79971
|
module.exports = ReferenceError;
|
|
79891
79972
|
|
|
79892
|
-
},{}],
|
|
79973
|
+
},{}],465:[function(require,module,exports){
|
|
79893
79974
|
'use strict';
|
|
79894
79975
|
|
|
79895
79976
|
/** @type {import('./syntax')} */
|
|
79896
79977
|
module.exports = SyntaxError;
|
|
79897
79978
|
|
|
79898
|
-
},{}],
|
|
79979
|
+
},{}],466:[function(require,module,exports){
|
|
79899
79980
|
'use strict';
|
|
79900
79981
|
|
|
79901
79982
|
/** @type {import('./type')} */
|
|
79902
79983
|
module.exports = TypeError;
|
|
79903
79984
|
|
|
79904
|
-
},{}],
|
|
79985
|
+
},{}],467:[function(require,module,exports){
|
|
79905
79986
|
'use strict';
|
|
79906
79987
|
|
|
79907
79988
|
/** @type {import('./uri')} */
|
|
79908
79989
|
module.exports = URIError;
|
|
79909
79990
|
|
|
79910
|
-
},{}],
|
|
79991
|
+
},{}],468:[function(require,module,exports){
|
|
79911
79992
|
'use strict';
|
|
79912
79993
|
|
|
79913
79994
|
/** @type {import('.')} */
|
|
79914
79995
|
module.exports = Object;
|
|
79915
79996
|
|
|
79916
|
-
},{}],
|
|
79997
|
+
},{}],469:[function(require,module,exports){
|
|
79917
79998
|
'use strict';
|
|
79918
79999
|
|
|
79919
80000
|
var isCallable = require('is-callable');
|
|
@@ -79984,7 +80065,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79984
80065
|
}
|
|
79985
80066
|
};
|
|
79986
80067
|
|
|
79987
|
-
},{"is-callable":
|
|
80068
|
+
},{"is-callable":485}],470:[function(require,module,exports){
|
|
79988
80069
|
'use strict';
|
|
79989
80070
|
|
|
79990
80071
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80070,14 +80151,14 @@ module.exports = function bind(that) {
|
|
|
80070
80151
|
return bound;
|
|
80071
80152
|
};
|
|
80072
80153
|
|
|
80073
|
-
},{}],
|
|
80154
|
+
},{}],471:[function(require,module,exports){
|
|
80074
80155
|
'use strict';
|
|
80075
80156
|
|
|
80076
80157
|
var implementation = require('./implementation');
|
|
80077
80158
|
|
|
80078
80159
|
module.exports = Function.prototype.bind || implementation;
|
|
80079
80160
|
|
|
80080
|
-
},{"./implementation":
|
|
80161
|
+
},{"./implementation":470}],472:[function(require,module,exports){
|
|
80081
80162
|
'use strict';
|
|
80082
80163
|
|
|
80083
80164
|
var undefined;
|
|
@@ -80457,7 +80538,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80457
80538
|
return value;
|
|
80458
80539
|
};
|
|
80459
80540
|
|
|
80460
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80541
|
+
},{"call-bind-apply-helpers/functionApply":452,"call-bind-apply-helpers/functionCall":453,"es-define-property":460,"es-errors":462,"es-errors/eval":461,"es-errors/range":463,"es-errors/ref":464,"es-errors/syntax":465,"es-errors/type":466,"es-errors/uri":467,"es-object-atoms":468,"function-bind":471,"get-proto":475,"get-proto/Object.getPrototypeOf":473,"get-proto/Reflect.getPrototypeOf":474,"gopd":477,"has-symbols":479,"hasown":482,"math-intrinsics/abs":489,"math-intrinsics/floor":490,"math-intrinsics/max":492,"math-intrinsics/min":493,"math-intrinsics/pow":494,"math-intrinsics/round":495,"math-intrinsics/sign":496}],473:[function(require,module,exports){
|
|
80461
80542
|
'use strict';
|
|
80462
80543
|
|
|
80463
80544
|
var $Object = require('es-object-atoms');
|
|
@@ -80465,13 +80546,13 @@ var $Object = require('es-object-atoms');
|
|
|
80465
80546
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80466
80547
|
module.exports = $Object.getPrototypeOf || null;
|
|
80467
80548
|
|
|
80468
|
-
},{"es-object-atoms":
|
|
80549
|
+
},{"es-object-atoms":468}],474:[function(require,module,exports){
|
|
80469
80550
|
'use strict';
|
|
80470
80551
|
|
|
80471
80552
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80472
80553
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80473
80554
|
|
|
80474
|
-
},{}],
|
|
80555
|
+
},{}],475:[function(require,module,exports){
|
|
80475
80556
|
'use strict';
|
|
80476
80557
|
|
|
80477
80558
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80500,13 +80581,13 @@ module.exports = reflectGetProto
|
|
|
80500
80581
|
}
|
|
80501
80582
|
: null;
|
|
80502
80583
|
|
|
80503
|
-
},{"./Object.getPrototypeOf":
|
|
80584
|
+
},{"./Object.getPrototypeOf":473,"./Reflect.getPrototypeOf":474,"dunder-proto/get":459}],476:[function(require,module,exports){
|
|
80504
80585
|
'use strict';
|
|
80505
80586
|
|
|
80506
80587
|
/** @type {import('./gOPD')} */
|
|
80507
80588
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80508
80589
|
|
|
80509
|
-
},{}],
|
|
80590
|
+
},{}],477:[function(require,module,exports){
|
|
80510
80591
|
'use strict';
|
|
80511
80592
|
|
|
80512
80593
|
/** @type {import('.')} */
|
|
@@ -80523,7 +80604,7 @@ if ($gOPD) {
|
|
|
80523
80604
|
|
|
80524
80605
|
module.exports = $gOPD;
|
|
80525
80606
|
|
|
80526
|
-
},{"./gOPD":
|
|
80607
|
+
},{"./gOPD":476}],478:[function(require,module,exports){
|
|
80527
80608
|
'use strict';
|
|
80528
80609
|
|
|
80529
80610
|
var $defineProperty = require('es-define-property');
|
|
@@ -80547,7 +80628,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80547
80628
|
|
|
80548
80629
|
module.exports = hasPropertyDescriptors;
|
|
80549
80630
|
|
|
80550
|
-
},{"es-define-property":
|
|
80631
|
+
},{"es-define-property":460}],479:[function(require,module,exports){
|
|
80551
80632
|
'use strict';
|
|
80552
80633
|
|
|
80553
80634
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80563,7 +80644,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80563
80644
|
return hasSymbolSham();
|
|
80564
80645
|
};
|
|
80565
80646
|
|
|
80566
|
-
},{"./shams":
|
|
80647
|
+
},{"./shams":480}],480:[function(require,module,exports){
|
|
80567
80648
|
'use strict';
|
|
80568
80649
|
|
|
80569
80650
|
/** @type {import('./shams')} */
|
|
@@ -80610,7 +80691,7 @@ module.exports = function hasSymbols() {
|
|
|
80610
80691
|
return true;
|
|
80611
80692
|
};
|
|
80612
80693
|
|
|
80613
|
-
},{}],
|
|
80694
|
+
},{}],481:[function(require,module,exports){
|
|
80614
80695
|
'use strict';
|
|
80615
80696
|
|
|
80616
80697
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80620,7 +80701,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80620
80701
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80621
80702
|
};
|
|
80622
80703
|
|
|
80623
|
-
},{"has-symbols/shams":
|
|
80704
|
+
},{"has-symbols/shams":480}],482:[function(require,module,exports){
|
|
80624
80705
|
'use strict';
|
|
80625
80706
|
|
|
80626
80707
|
var call = Function.prototype.call;
|
|
@@ -80630,7 +80711,7 @@ var bind = require('function-bind');
|
|
|
80630
80711
|
/** @type {import('.')} */
|
|
80631
80712
|
module.exports = bind.call(call, $hasOwn);
|
|
80632
80713
|
|
|
80633
|
-
},{"function-bind":
|
|
80714
|
+
},{"function-bind":471}],483:[function(require,module,exports){
|
|
80634
80715
|
if (typeof Object.create === 'function') {
|
|
80635
80716
|
// implementation from standard node.js 'util' module
|
|
80636
80717
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80659,7 +80740,7 @@ if (typeof Object.create === 'function') {
|
|
|
80659
80740
|
}
|
|
80660
80741
|
}
|
|
80661
80742
|
|
|
80662
|
-
},{}],
|
|
80743
|
+
},{}],484:[function(require,module,exports){
|
|
80663
80744
|
'use strict';
|
|
80664
80745
|
|
|
80665
80746
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80705,7 +80786,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80705
80786
|
/** @type {import('.')} */
|
|
80706
80787
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80707
80788
|
|
|
80708
|
-
},{"call-bound":
|
|
80789
|
+
},{"call-bound":457,"has-tostringtag/shams":481}],485:[function(require,module,exports){
|
|
80709
80790
|
'use strict';
|
|
80710
80791
|
|
|
80711
80792
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80808,7 +80889,7 @@ module.exports = reflectApply
|
|
|
80808
80889
|
return tryFunctionObject(value);
|
|
80809
80890
|
};
|
|
80810
80891
|
|
|
80811
|
-
},{}],
|
|
80892
|
+
},{}],486:[function(require,module,exports){
|
|
80812
80893
|
'use strict';
|
|
80813
80894
|
|
|
80814
80895
|
var callBound = require('call-bound');
|
|
@@ -80857,7 +80938,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80857
80938
|
return getProto(fn) === GeneratorFunction;
|
|
80858
80939
|
};
|
|
80859
80940
|
|
|
80860
|
-
},{"call-bound":
|
|
80941
|
+
},{"call-bound":457,"get-proto":475,"has-tostringtag/shams":481,"safe-regex-test":504}],487:[function(require,module,exports){
|
|
80861
80942
|
'use strict';
|
|
80862
80943
|
|
|
80863
80944
|
var callBound = require('call-bound');
|
|
@@ -80928,7 +81009,7 @@ if (hasToStringTag) {
|
|
|
80928
81009
|
|
|
80929
81010
|
module.exports = fn;
|
|
80930
81011
|
|
|
80931
|
-
},{"call-bound":
|
|
81012
|
+
},{"call-bound":457,"gopd":477,"has-tostringtag/shams":481,"hasown":482}],488:[function(require,module,exports){
|
|
80932
81013
|
'use strict';
|
|
80933
81014
|
|
|
80934
81015
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80938,19 +81019,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80938
81019
|
return !!whichTypedArray(value);
|
|
80939
81020
|
};
|
|
80940
81021
|
|
|
80941
|
-
},{"which-typed-array":
|
|
81022
|
+
},{"which-typed-array":509}],489:[function(require,module,exports){
|
|
80942
81023
|
'use strict';
|
|
80943
81024
|
|
|
80944
81025
|
/** @type {import('./abs')} */
|
|
80945
81026
|
module.exports = Math.abs;
|
|
80946
81027
|
|
|
80947
|
-
},{}],
|
|
81028
|
+
},{}],490:[function(require,module,exports){
|
|
80948
81029
|
'use strict';
|
|
80949
81030
|
|
|
80950
81031
|
/** @type {import('./floor')} */
|
|
80951
81032
|
module.exports = Math.floor;
|
|
80952
81033
|
|
|
80953
|
-
},{}],
|
|
81034
|
+
},{}],491:[function(require,module,exports){
|
|
80954
81035
|
'use strict';
|
|
80955
81036
|
|
|
80956
81037
|
/** @type {import('./isNaN')} */
|
|
@@ -80958,31 +81039,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80958
81039
|
return a !== a;
|
|
80959
81040
|
};
|
|
80960
81041
|
|
|
80961
|
-
},{}],
|
|
81042
|
+
},{}],492:[function(require,module,exports){
|
|
80962
81043
|
'use strict';
|
|
80963
81044
|
|
|
80964
81045
|
/** @type {import('./max')} */
|
|
80965
81046
|
module.exports = Math.max;
|
|
80966
81047
|
|
|
80967
|
-
},{}],
|
|
81048
|
+
},{}],493:[function(require,module,exports){
|
|
80968
81049
|
'use strict';
|
|
80969
81050
|
|
|
80970
81051
|
/** @type {import('./min')} */
|
|
80971
81052
|
module.exports = Math.min;
|
|
80972
81053
|
|
|
80973
|
-
},{}],
|
|
81054
|
+
},{}],494:[function(require,module,exports){
|
|
80974
81055
|
'use strict';
|
|
80975
81056
|
|
|
80976
81057
|
/** @type {import('./pow')} */
|
|
80977
81058
|
module.exports = Math.pow;
|
|
80978
81059
|
|
|
80979
|
-
},{}],
|
|
81060
|
+
},{}],495:[function(require,module,exports){
|
|
80980
81061
|
'use strict';
|
|
80981
81062
|
|
|
80982
81063
|
/** @type {import('./round')} */
|
|
80983
81064
|
module.exports = Math.round;
|
|
80984
81065
|
|
|
80985
|
-
},{}],
|
|
81066
|
+
},{}],496:[function(require,module,exports){
|
|
80986
81067
|
'use strict';
|
|
80987
81068
|
|
|
80988
81069
|
var $isNaN = require('./isNaN');
|
|
@@ -80995,7 +81076,7 @@ module.exports = function sign(number) {
|
|
|
80995
81076
|
return number < 0 ? -1 : +1;
|
|
80996
81077
|
};
|
|
80997
81078
|
|
|
80998
|
-
},{"./isNaN":
|
|
81079
|
+
},{"./isNaN":491}],497:[function(require,module,exports){
|
|
80999
81080
|
'use strict';
|
|
81000
81081
|
|
|
81001
81082
|
var keysShim;
|
|
@@ -81119,7 +81200,7 @@ if (!Object.keys) {
|
|
|
81119
81200
|
}
|
|
81120
81201
|
module.exports = keysShim;
|
|
81121
81202
|
|
|
81122
|
-
},{"./isArguments":
|
|
81203
|
+
},{"./isArguments":499}],498:[function(require,module,exports){
|
|
81123
81204
|
'use strict';
|
|
81124
81205
|
|
|
81125
81206
|
var slice = Array.prototype.slice;
|
|
@@ -81153,7 +81234,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81153
81234
|
|
|
81154
81235
|
module.exports = keysShim;
|
|
81155
81236
|
|
|
81156
|
-
},{"./implementation":
|
|
81237
|
+
},{"./implementation":497,"./isArguments":499}],499:[function(require,module,exports){
|
|
81157
81238
|
'use strict';
|
|
81158
81239
|
|
|
81159
81240
|
var toStr = Object.prototype.toString;
|
|
@@ -81172,7 +81253,7 @@ module.exports = function isArguments(value) {
|
|
|
81172
81253
|
return isArgs;
|
|
81173
81254
|
};
|
|
81174
81255
|
|
|
81175
|
-
},{}],
|
|
81256
|
+
},{}],500:[function(require,module,exports){
|
|
81176
81257
|
'use strict';
|
|
81177
81258
|
|
|
81178
81259
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81220,7 +81301,7 @@ module.exports = function assign(target, source1) {
|
|
|
81220
81301
|
return to; // step 4
|
|
81221
81302
|
};
|
|
81222
81303
|
|
|
81223
|
-
},{"call-bound":
|
|
81304
|
+
},{"call-bound":457,"es-object-atoms":468,"has-symbols/shams":480,"object-keys":498}],501:[function(require,module,exports){
|
|
81224
81305
|
'use strict';
|
|
81225
81306
|
|
|
81226
81307
|
var implementation = require('./implementation');
|
|
@@ -81277,7 +81358,7 @@ module.exports = function getPolyfill() {
|
|
|
81277
81358
|
return Object.assign;
|
|
81278
81359
|
};
|
|
81279
81360
|
|
|
81280
|
-
},{"./implementation":
|
|
81361
|
+
},{"./implementation":500}],502:[function(require,module,exports){
|
|
81281
81362
|
'use strict';
|
|
81282
81363
|
|
|
81283
81364
|
/** @type {import('.')} */
|
|
@@ -81296,7 +81377,7 @@ module.exports = [
|
|
|
81296
81377
|
'BigUint64Array'
|
|
81297
81378
|
];
|
|
81298
81379
|
|
|
81299
|
-
},{}],
|
|
81380
|
+
},{}],503:[function(require,module,exports){
|
|
81300
81381
|
// shim for using process in browser
|
|
81301
81382
|
var process = module.exports = {};
|
|
81302
81383
|
|
|
@@ -81482,7 +81563,7 @@ process.chdir = function (dir) {
|
|
|
81482
81563
|
};
|
|
81483
81564
|
process.umask = function() { return 0; };
|
|
81484
81565
|
|
|
81485
|
-
},{}],
|
|
81566
|
+
},{}],504:[function(require,module,exports){
|
|
81486
81567
|
'use strict';
|
|
81487
81568
|
|
|
81488
81569
|
var callBound = require('call-bound');
|
|
@@ -81501,7 +81582,7 @@ module.exports = function regexTester(regex) {
|
|
|
81501
81582
|
};
|
|
81502
81583
|
};
|
|
81503
81584
|
|
|
81504
|
-
},{"call-bound":
|
|
81585
|
+
},{"call-bound":457,"es-errors/type":466,"is-regex":487}],505:[function(require,module,exports){
|
|
81505
81586
|
'use strict';
|
|
81506
81587
|
|
|
81507
81588
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81545,9 +81626,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81545
81626
|
return fn;
|
|
81546
81627
|
};
|
|
81547
81628
|
|
|
81548
|
-
},{"define-data-property":
|
|
81549
|
-
arguments[4][
|
|
81550
|
-
},{"dup":
|
|
81629
|
+
},{"define-data-property":458,"es-errors/type":466,"get-intrinsic":472,"gopd":477,"has-property-descriptors":478}],506:[function(require,module,exports){
|
|
81630
|
+
arguments[4][446][0].apply(exports,arguments)
|
|
81631
|
+
},{"dup":446}],507:[function(require,module,exports){
|
|
81551
81632
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81552
81633
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81553
81634
|
|
|
@@ -81883,7 +81964,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81883
81964
|
});
|
|
81884
81965
|
});
|
|
81885
81966
|
|
|
81886
|
-
},{"is-arguments":
|
|
81967
|
+
},{"is-arguments":484,"is-generator-function":486,"is-typed-array":488,"which-typed-array":509}],508:[function(require,module,exports){
|
|
81887
81968
|
(function (process){(function (){
|
|
81888
81969
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81889
81970
|
//
|
|
@@ -82602,7 +82683,7 @@ function callbackify(original) {
|
|
|
82602
82683
|
exports.callbackify = callbackify;
|
|
82603
82684
|
|
|
82604
82685
|
}).call(this)}).call(this,require('_process'))
|
|
82605
|
-
},{"./support/isBuffer":
|
|
82686
|
+
},{"./support/isBuffer":506,"./support/types":507,"_process":503,"inherits":483}],509:[function(require,module,exports){
|
|
82606
82687
|
(function (global){(function (){
|
|
82607
82688
|
'use strict';
|
|
82608
82689
|
|
|
@@ -82723,5 +82804,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82723
82804
|
};
|
|
82724
82805
|
|
|
82725
82806
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82726
|
-
},{"available-typed-arrays":
|
|
82807
|
+
},{"available-typed-arrays":448,"call-bind":456,"call-bound":457,"for-each":469,"get-proto":475,"gopd":477,"has-tostringtag/shams":481}]},{},[148])(148)
|
|
82727
82808
|
});
|