Represents an expression wrapped in parenthesis

interface ParenExpression {
    expression?: Expression;
    type?: string;
}

Properties

Properties

expression?: Expression
type?: string
MMNEPVFCICPMFPCPTTAAATR