Class ProcessVariableOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.ProcessVariableOrError
All Implemented Interfaces:
Consumer<EK9Parser.VariableDeclarationContext>

final class ProcessVariableOrError extends RuleSupport implements Consumer<EK9Parser.VariableDeclarationContext>
Processes a variable declaration - attempts to resolve the variable type.

Also checks for duplicated variable name clashes.