C# 클래스 UnityScript.TypeSystem.UnityScriptTypeSystem

상속: Boo.Lang.Compiler.TypeSystem.TypeSystemServices
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_AbstractGenerator IType
_ScriptBaseType IType

공개 메소드들

메소드 설명
CanBeReachedByPromotion ( IType expected, IType actual ) : bool
IsGenerator ( IMethod method ) : bool
IsScriptType ( IType type ) : bool
PrepareBuiltinFunctions ( ) : void
UnityScriptTypeSystem ( ) : Boo.Lang

보호된 메소드들

메소드 설명
PreparePrimitives ( ) : void

메소드 상세

CanBeReachedByPromotion() 공개 메소드

public CanBeReachedByPromotion ( IType expected, IType actual ) : bool
expected IType
actual IType
리턴 bool

IsGenerator() 공개 메소드

public IsGenerator ( IMethod method ) : bool
method IMethod
리턴 bool

IsScriptType() 공개 메소드

public IsScriptType ( IType type ) : bool
type IType
리턴 bool

PrepareBuiltinFunctions() 공개 메소드

public PrepareBuiltinFunctions ( ) : void
리턴 void

PreparePrimitives() 보호된 메소드

protected PreparePrimitives ( ) : void
리턴 void

UnityScriptTypeSystem() 공개 메소드

public UnityScriptTypeSystem ( ) : Boo.Lang
리턴 Boo.Lang

프로퍼티 상세

_AbstractGenerator 보호되어 있는 프로퍼티

protected IType _AbstractGenerator
리턴 IType

_ScriptBaseType 보호되어 있는 프로퍼티

protected IType _ScriptBaseType
리턴 IType