C# 클래스 MonoDevelop.TypeScriptBinding.TypeScriptUnresolvedFile

상속: IUnresolvedFile
파일 보기 프로젝트 열기: atsushieno/md-typescript

공개 메소드들

메소드 설명
GetInnermostTypeDefinition ( ICSharpCode location ) : IUnresolvedTypeDefinition
GetMember ( TextLocation location ) : IUnresolvedMember
GetTopLevelTypeDefinition ( TextLocation location ) : IUnresolvedTypeDefinition
GetTypeResolveContext ( ICompilation compilation, TextLocation loc ) : ITypeResolveContext
TypeScriptUnresolvedFile ( TypeScriptService service, string file ) : System

비공개 메소드들

메소드 설명
ToTextLocation ( double pos ) : TextLocation

메소드 상세

GetInnermostTypeDefinition() 공개 메소드

public GetInnermostTypeDefinition ( ICSharpCode location ) : IUnresolvedTypeDefinition
location ICSharpCode
리턴 IUnresolvedTypeDefinition

GetMember() 공개 메소드

public GetMember ( TextLocation location ) : IUnresolvedMember
location TextLocation
리턴 IUnresolvedMember

GetTopLevelTypeDefinition() 공개 메소드

public GetTopLevelTypeDefinition ( TextLocation location ) : IUnresolvedTypeDefinition
location TextLocation
리턴 IUnresolvedTypeDefinition

GetTypeResolveContext() 공개 메소드

public GetTypeResolveContext ( ICompilation compilation, TextLocation loc ) : ITypeResolveContext
compilation ICompilation
loc TextLocation
리턴 ITypeResolveContext

TypeScriptUnresolvedFile() 공개 메소드

public TypeScriptUnresolvedFile ( TypeScriptService service, string file ) : System
service TypeScriptService
file string
리턴 System