C# Class UnityScript.Core.BaseTypeAnnotations

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
AnnotateExtends ( TypeReference baseType ) : void
AnnotateImplements ( TypeReference baseType ) : void
HasExtends ( TypeReference baseType ) : bool
HasImplements ( TypeReference baseType ) : bool

Method Details

AnnotateExtends() public static method

public static AnnotateExtends ( TypeReference baseType ) : void
baseType Boo.Lang.Compiler.Ast.TypeReference
return void

AnnotateImplements() public static method

public static AnnotateImplements ( TypeReference baseType ) : void
baseType Boo.Lang.Compiler.Ast.TypeReference
return void

HasExtends() public static method

public static HasExtends ( TypeReference baseType ) : bool
baseType Boo.Lang.Compiler.Ast.TypeReference
return bool

HasImplements() public static method

public static HasImplements ( TypeReference baseType ) : bool
baseType Boo.Lang.Compiler.Ast.TypeReference
return bool