AstNodeList

AstNodeList

data class AstNodeList

A list of AstNodes.

Constructors

<init>

constructor(members: List<T>)

A list of AstNodes.

Parameters

Name Description
members: List<T>