(other: ContextKeyExpression)
| 48 | |
| 49 | export interface IContextKeyExpression { |
| 50 | cmp(other: ContextKeyExpression): number; |
| 51 | equals(other: ContextKeyExpression): boolean; |
| 52 | evaluate(context: IContext): boolean; |
| 53 | serialize(): string; |
no outgoing calls
no test coverage detected