Traductor e intérprete del lenguaje CL 1.23
|
Errores semánticos detectados en el TypeCheck. More...
Go to the source code of this file.
Classes | |
class | SemanticError |
Errores semánticos detectables en el TypeCheck. More... | |
class | SemanticErrors |
Lista de los errores semánticos detectados. More... | |
Enumerations | |
enum | SemErrorCodes { identAlreadyDeclared, identIsNotDeclared, incompatibleAssignment, nonReferenceableLeftAssigment, incompatibleOperation, fieldAlreadyDefined, fieldIsNotDefined, booleanExpressionRequired, readWriteRequireBasic, referenciableExpressionRequired, integerIndexRequired, identIsNotProcedure, identIsNotFunction, incompatibleParameter, nonReferenceableParameter, incorrectNumberOfParameters, incompatibleReturnExpression } |
Enumeracion de los códigos de todos los errores semánticos que puede detectar el TypeCheck. More... |
Errores semánticos detectados en el TypeCheck.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html
Define todos los errores semánticos que puede detectar el TypeCheck, con métodos para guardarlos y visualizarlos
Definition in file SemanticErrors.java.
enum SemErrorCodes [package] |
Enumeracion de los códigos de todos los errores semánticos que puede detectar el TypeCheck.
Definition at line 33 of file SemanticErrors.java.