C# 클래스 JSIL.Ast.JSIndirectVariable

상속: JSVariable
파일 보기 프로젝트 열기: sq/JSIL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Variables JSVariable>.IDictionary

공개 메소드들

메소드 설명
Dereference ( ) : JSVariable
Equals ( object obj ) : bool
GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
GetHashCode ( ) : int
GetParameter ( ) : JSParameter
JSIndirectVariable ( JSVariable>.IDictionary variables, string identifier, MethodReference function ) : System
Reference ( ) : JSVariable
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckForMissingVariable ( ) : void

메소드 상세

Dereference() 공개 메소드

public Dereference ( ) : JSVariable
리턴 JSVariable

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetActualType() 공개 메소드

public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
typeSystem Mono.Cecil.TypeSystem
리턴 Mono.Cecil.TypeReference

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetParameter() 공개 메소드

public GetParameter ( ) : JSParameter
리턴 JSParameter

JSIndirectVariable() 공개 메소드

public JSIndirectVariable ( JSVariable>.IDictionary variables, string identifier, MethodReference function ) : System
variables JSVariable>.IDictionary
identifier string
function Mono.Cecil.MethodReference
리턴 System

Reference() 공개 메소드

public Reference ( ) : JSVariable
리턴 JSVariable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Variables 공개적으로 프로퍼티

public IDictionary Variables
리턴 JSVariable>.IDictionary