Interface NewExprJson

interface NewExprJson {
    _identifier: string;
    size?: AstJson;
    type: AstJson;
}

Hierarchy

  • AstJson
    • NewExprJson

Properties

_identifier: string

This is used to as a unique type identifier to deserialize the AST node.

size?: AstJson
type: AstJson