C# Class Gir2Gapi.SymbolTable

Show file Open project: mkestner/gir2gapi

Public Methods

Method Description
AddImport ( XmlElement import ) : void
AddTypes ( XmlElement ns ) : void
Lookup ( string name ) : string

Private Methods

Method Description
AddNamespace ( XmlElement ns, bool qual_only ) : void
SymbolTable ( ) : System

Method Details

AddImport() public static method

public static AddImport ( XmlElement import ) : void
import System.Xml.XmlElement
return void

AddTypes() public static method

public static AddTypes ( XmlElement ns ) : void
ns System.Xml.XmlElement
return void

Lookup() public static method

public static Lookup ( string name ) : string
name string
return string