Function assignMandatoryProperties

  • Assigns all mandatory AST properties to the specified node.

    Parameters

    • reflection: AstReflection

      Reflection object used to gather mandatory properties for the node.

    • node: AstNode

      Specified node is modified in place and properties are directly assigned.

    Returns void