Interface InstanceOfExprJson

interface InstanceOfExprJson {
    _identifier: string;
    checkType: AstJson;
    op: AstJson;
    type: AstJson;
}

Hierarchy

  • AstJson
    • InstanceOfExprJson

Properties

_identifier: string

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

checkType: AstJson
op: AstJson
type: AstJson