Package org.ek9lang.compiler.support
Class SymbolChecker
java.lang.Object
org.ek9lang.compiler.support.SymbolChecker
General utility class that searches in a scope for a symbol to check for duplicates.
Note that is a bit ore than a boolean check. It will formulate error messages and add
then to the error listener it has been provided with.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
errorsIfSymbolAlreadyDefined
(IScope inScope, ISymbol symbol, boolean limitVarSearchToBlockScope) Check for exising symbol in the scope.
-
Constructor Details
-
SymbolChecker
-
-
Method Details