C# Class UnityScript.TypeSystem.UnityScriptTypeSystem

Inheritance: Boo.Lang.Compiler.TypeSystem.TypeSystemServices
Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
_AbstractGenerator IType
_ScriptBaseType IType

Public Methods

Method Description
CanBeReachedByPromotion ( IType expected, IType actual ) : bool
IsGenerator ( IMethod method ) : bool
IsScriptType ( IType type ) : bool
PrepareBuiltinFunctions ( ) : void
UnityScriptTypeSystem ( ) : Boo.Lang

Protected Methods

Method Description
PreparePrimitives ( ) : void

Method Details

CanBeReachedByPromotion() public method

public CanBeReachedByPromotion ( IType expected, IType actual ) : bool
expected IType
actual IType
return bool

IsGenerator() public method

public IsGenerator ( IMethod method ) : bool
method IMethod
return bool

IsScriptType() public method

public IsScriptType ( IType type ) : bool
type IType
return bool

PrepareBuiltinFunctions() public method

public PrepareBuiltinFunctions ( ) : void
return void

PreparePrimitives() protected method

protected PreparePrimitives ( ) : void
return void

UnityScriptTypeSystem() public method

public UnityScriptTypeSystem ( ) : Boo.Lang
return Boo.Lang

Property Details

_AbstractGenerator protected_oe property

protected IType _AbstractGenerator
return IType

_ScriptBaseType protected_oe property

protected IType _ScriptBaseType
return IType