tokstyle-0.0.9: TokTok C code style checker
Safe HaskellNone
LanguageHaskell2010

Tokstyle.Analysis.VTable

Synopsis

Documentation

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.