LogicalNotContext constructor

LogicalNotContext(
  1. UnaryContext ctx
)

Implementation

LogicalNotContext(UnaryContext ctx) {
  copyFrom(ctx);
}