C# Class SafeILGenerator.Ast.Nodes.AstNodeStmAssign

Inheritance: AstNodeStm
Afficher le fichier Open project: soywiz/SafeILGenerator

Méthodes publiques

Свойство Type Description
LValue AstNodeExprLValue
Value AstNodeExpr

Méthodes publiques

Méthode Description
AstNodeStmAssign ( AstNodeExprLValue LValue, AstNodeExpr Value ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeStmAssign() public méthode

public AstNodeStmAssign ( AstNodeExprLValue LValue, AstNodeExpr Value ) : System
LValue AstNodeExprLValue
Value AstNodeExpr
Résultat System

TransformNodes() public méthode

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
Résultat void

Property Details

LValue public_oe property

public AstNodeExprLValue LValue
Résultat AstNodeExprLValue

Value public_oe property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Value
Résultat AstNodeExpr