Implements

Constructors

Properties

services: TypirServices

Methods

  • Executes all checks, which are directly derived from the current Typir configuration, i.e. checks that arguments fit to parameters for function calls (including operands for operators).

    Parameters

    • node: AstNode

      the current AST node to check regarding typing issues

    • accept: ValidationAcceptor

      receives the found validation hints

    Returns void