()
| 51 | equals(other: ContextKeyExpression): boolean; |
| 52 | evaluate(context: IContext): boolean; |
| 53 | serialize(): string; |
| 54 | keys(): string[]; |
| 55 | map(mapFnc: IContextKeyExprMapper): ContextKeyExpression; |
| 56 | negate(): ContextKeyExpression; |
no outgoing calls
no test coverage detected