adaptive-expressions
Version:
Common Expression Language
26 lines • 632 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Used to access the variable value corresponding to the path.
*/
export declare class Accessor extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Accessor](xref:adaptive-expressions.Accessor) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=accessor.d.ts.map