C# Class UnityScript.Macros.GotoOnTopLevelBreak

Inheritance: Boo.Lang.Compiler.Ast.DepthFirstTransformer
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
_label Boo.Lang.Compiler.Ast.LabelStatement
_level int

Public Methods

Method Description
GotoOnTopLevelBreak ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast
OnBreakStatement ( Boo.Lang.Compiler.Ast.BreakStatement node ) : void
OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
OnLoopBody ( Block block ) : void
OnWhileStatement ( Boo.Lang.Compiler.Ast.WhileStatement node ) : void

Method Details

GotoOnTopLevelBreak() public method

public GotoOnTopLevelBreak ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast
label Boo.Lang.Compiler.Ast.LabelStatement
return Boo.Lang.Compiler.Ast

OnBreakStatement() public method

public OnBreakStatement ( Boo.Lang.Compiler.Ast.BreakStatement node ) : void
node Boo.Lang.Compiler.Ast.BreakStatement
return void

OnForStatement() public method

public OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
node Boo.Lang.Compiler.Ast.ForStatement
return void

OnLoopBody() public method

public OnLoopBody ( Block block ) : void
block Boo.Lang.Compiler.Ast.Block
return void

OnWhileStatement() public method

public OnWhileStatement ( Boo.Lang.Compiler.Ast.WhileStatement node ) : void
node Boo.Lang.Compiler.Ast.WhileStatement
return void

Property Details

_label protected_oe property

protected LabelStatement,Boo.Lang.Compiler.Ast _label
return Boo.Lang.Compiler.Ast.LabelStatement

_level protected_oe property

protected int _level
return int