TableValidator

TableValidator

object TableValidator

Validator of Table nodes.

From the docs:

  • The table type tabletype must be valid.
  • Then the table definition is valid with type tabletype.

Methods

visit

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

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

Parameters

Name Description
node: Table
context: Module

ReturnValue

Name Description
Module