(mapFnc: IContextKeyExprMapper)
| 830 | } |
| 831 | |
| 832 | public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression { |
| 833 | return mapFnc.mapNot(this.key); |
| 834 | } |
| 835 | |
| 836 | public negate(): ContextKeyExpression { |
| 837 | return ContextKeyDefinedExpr.create(this.key); |