Interface IfStmtJson

interface IfStmtJson {
    _identifier: string;
    conditionExpr: AstJson;
}

Hierarchy

  • AstJson
    • IfStmtJson

Properties

_identifier: string

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

conditionExpr: AstJson