Interface ReturnStmtJson

interface ReturnStmtJson {
    _identifier: string;
    op?: AstJson;
}

Hierarchy

  • AstJson
    • ReturnStmtJson

Properties

Properties

_identifier: string

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

op?: AstJson
MMNEPVFCICPMFPCPTTAAATR