Interface SimboloInterface<TTipo>

interface SimboloInterface<TTipo> {
    hashArquivo: number;
    lexema: string;
    linha: number;
    literal: string;
    tipo: TTipo;
}

Type Parameters

  • TTipo = string

Implemented by

Properties

hashArquivo: number
lexema: string
linha: number
literal: string
tipo: TTipo