ArraySizePredictor
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new ArraySizePredictor(config: Config, functionRegistry: FunctionRegistry): ArraySizePredictor
Defined in src/ArraySize.ts:42
Parameters:
| Name | Type |
|---|---|
config | Config |
functionRegistry | FunctionRegistry |
Returns: ArraySizePredictor
Methods
Section titled “Methods”checkArraySize
Section titled “checkArraySize”▸ checkArraySize(ast: Ast, formulaAddress: SimpleCellAddress): ArraySize
Defined in src/ArraySize.ts:49
Parameters:
| Name | Type |
|---|---|
ast | Ast |
formulaAddress | SimpleCellAddress |
Returns: ArraySize
checkArraySizeForAst
Section titled “checkArraySizeForAst”▸ checkArraySizeForAst(ast: Ast, state: InterpreterState): ArraySize
Defined in src/ArraySize.ts:53
Parameters:
| Name | Type |
|---|---|
ast | Ast |
state | InterpreterState |
Returns: ArraySize