Interface InvokeStmtJson

interface InvokeStmtJson {
    _identifier: string;
    invokeExpr: InvokeExprJson;
}

Hierarchy

  • AstJson
    • InvokeStmtJson

Properties

_identifier: string

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

invokeExpr: InvokeExprJson