C# Class UnityScript.Core.DeclarationAnnotations

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
ForceNewVariable ( Boo.Lang.Compiler.Ast.Declaration d ) : void
ShouldForceNewVariableFor ( Boo.Lang.Compiler.Ast.Declaration d ) : bool

Method Details

ForceNewVariable() public static method

public static ForceNewVariable ( Boo.Lang.Compiler.Ast.Declaration d ) : void
d Boo.Lang.Compiler.Ast.Declaration
return void

ShouldForceNewVariableFor() public static method

public static ShouldForceNewVariableFor ( Boo.Lang.Compiler.Ast.Declaration d ) : bool
d Boo.Lang.Compiler.Ast.Declaration
return bool