C# Class UnityScript.Macros.GotoOnTopLevelBreak

Inheritance: Boo.Lang.Compiler.Ast.DepthFirstTransformer
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
_label Boo.Lang.Compiler.Ast.LabelStatement
_level int

Méthodes publiques

Méthode 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 méthode

public GotoOnTopLevelBreak ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast
label Boo.Lang.Compiler.Ast.LabelStatement
Résultat Boo.Lang.Compiler.Ast

OnBreakStatement() public méthode

public OnBreakStatement ( Boo.Lang.Compiler.Ast.BreakStatement node ) : void
node Boo.Lang.Compiler.Ast.BreakStatement
Résultat void

OnForStatement() public méthode

public OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
node Boo.Lang.Compiler.Ast.ForStatement
Résultat void

OnLoopBody() public méthode

public OnLoopBody ( Block block ) : void
block Boo.Lang.Compiler.Ast.Block
Résultat void

OnWhileStatement() public méthode

public OnWhileStatement ( Boo.Lang.Compiler.Ast.WhileStatement node ) : void
node Boo.Lang.Compiler.Ast.WhileStatement
Résultat void

Property Details

_label protected_oe property

protected LabelStatement,Boo.Lang.Compiler.Ast _label
Résultat Boo.Lang.Compiler.Ast.LabelStatement

_level protected_oe property

protected int _level
Résultat int