(mapFnc: IContextKeyExprMapper)
| 944 | } |
| 945 | |
| 946 | public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression { |
| 947 | return new ContextKeyNotRegexExpr(this._actual.map(mapFnc)); |
| 948 | } |
| 949 | |
| 950 | public negate(): ContextKeyExpression { |
| 951 | return this._actual; |