# ArraySizePredictor Class

# Constructors

# constructor

+ new ArraySizePredictor(config: Config, functionRegistry: FunctionRegistry): ArraySizePredictor

Defined in src/ArraySize.ts:42 (opens new window)

Parameters:

Name Type
config Config
functionRegistry FunctionRegistry

Returns: ArraySizePredictor

# Methods

# checkArraySize

checkArraySize(ast: Ast, formulaAddress: SimpleCellAddress): ArraySize

Defined in src/ArraySize.ts:49 (opens new window)

Parameters:

Name Type
ast Ast
formulaAddress SimpleCellAddress

Returns: ArraySize


# checkArraySizeForAst

checkArraySizeForAst(ast: Ast, state: InterpreterState): ArraySize

Defined in src/ArraySize.ts:53 (opens new window)

Parameters:

Name Type
ast Ast
state InterpreterState

Returns: ArraySize