Class DataFrameShapeInferenceVisitor<OtherInfo, ControlFlow, Ast, Dfg, Config>

The control flow graph visitor to infer the shape of data frames using abstract interpretation

Type Parameters

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of DataFrameShapeInferenceVisitor

Constructors

Properties

config: Config & {
    defaultVisitingOrder: "forward";
    defaultVisitingType: "exit";
}
visited: Map<NodeId, number>

Methods