C# 클래스 Gir2Gapi.SymbolTable

파일 보기 프로젝트 열기: mkestner/gir2gapi

공개 메소드들

메소드 설명
AddImport ( XmlElement import ) : void
AddTypes ( XmlElement ns ) : void
Lookup ( string name ) : string

비공개 메소드들

메소드 설명
AddNamespace ( XmlElement ns, bool qual_only ) : void
SymbolTable ( ) : System

메소드 상세

AddImport() 공개 정적인 메소드

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

AddTypes() 공개 정적인 메소드

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

Lookup() 공개 정적인 메소드

public static Lookup ( string name ) : string
name string
리턴 string