ExportValidator

ExportValidator

object ExportValidator

Validator of Export nodes.

From the docs:

  • The export description exportdesc must be valid with external type externtype.
  • Then the export is valid with external type externtype.

Methods

visit

fun visit(node: Export, context: Module): Module

Validates the given node, and if necessary: its children (recursively, using other ValidationVisitor instances).

Parameters

Name Description
node: Export
context: Module

ReturnValue

Name Description
Module