Class VarDeclarationNameAlreadyDefinedInScope

java.lang.Object
de.monticore.statements.mcvardeclarationstatements._cocos.VarDeclarationNameAlreadyDefinedInScope
All Implemented Interfaces:
MCVarDeclarationStatementsASTVariableDeclaratorCoCo, MCVarDeclarationStatementsVisitor2, de.monticore.visitor.IVisitor

public class VarDeclarationNameAlreadyDefinedInScope extends Object implements MCVarDeclarationStatementsASTVariableDeclaratorCoCo
Checks whether the variable name has already been defined in the local scope. Logs an error for _each_ variable declaration (with the same name).