SymbolTable

constructor(unarySymbols: Map<String, Set<Node>>, binarySymbols: Map<String, Set<Edge>>, symbolTypes: Map<String, String>)(source)

Creates a SymbolTable with the given parameters.