Interface ArrayReferenceJson

interface ArrayReferenceJson {
    _identifier: string;
    base: AstJson;
    index: AstJson;
    type: AstJson;
}

Hierarchy

  • AstJson
    • ArrayReferenceJson

Properties

_identifier: string

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

base: AstJson
index: AstJson
type: AstJson