Interface TypeOfExprJson

interface TypeOfExprJson {
    _identifier: string;
    op: AstJson;
    type: AstJson;
}

Hierarchy

  • AstJson
    • TypeOfExprJson

Properties

Properties

_identifier: string

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

op: AstJson
type: AstJson