public virtual Symbol GetSymbol(string name) { return symbolTable == null ? null : symbolTable.Get(name); }