LogicalNotContext constructor
LogicalNotContext(
- UnaryContext ctx
Implementation
LogicalNotContext(UnaryContext ctx) {
copyFrom(ctx);
}
LogicalNotContext(UnaryContext ctx) {
copyFrom(ctx);
}