Represents the abstract interpretation information attached to AST nodes.

interface AbstractInterpretationInfo {
    dataFrame?: DataFrameInfo;
}

Properties

Properties

dataFrame?: DataFrameInfo