Tokstyle.Analysis.VTable
type VTableMap = Map ScopedId (Map Text ScopedId) Source #
A map from a v-table's ScopedId to its field-to-function mapping.
resolveVTables :: [Node (Lexeme ScopedId)] -> TypeSystem -> VTableMap Source #
Traverses the AST to find global v-tables and resolve their function pointers.