Interface UnaryOperatorJson

interface UnaryOperatorJson {
    _identifier: string;
    op: AstJson;
    operator: string;
    type: AstJson;
}

Hierarchy

  • AstJson
    • UnaryOperatorJson

Properties

_identifier: string

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

op: AstJson
operator: string
type: AstJson