C# Class SafeILGenerator.Ast.Nodes.AstNodeStmGotoIf

Inheritance: AstNodeStmGoto
Show file Open project: soywiz/SafeILGenerator

Public Properties

Property Type Description
Condition AstNodeExpr

Public Methods

Method Description
AstNodeStmGotoIf ( AstLabel AstLabel, AstNodeExpr Condition ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeStmGotoIf() public method

public AstNodeStmGotoIf ( AstLabel AstLabel, AstNodeExpr Condition ) : System
AstLabel AstLabel
Condition AstNodeExpr
return System

TransformNodes() public method

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
return void

Property Details

Condition public property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Condition
return AstNodeExpr