C# 클래스 SafeILGenerator.Ast.Nodes.AstNodeStmAssign

상속: AstNodeStm
파일 보기 프로젝트 열기: soywiz/SafeILGenerator

공개 프로퍼티들

프로퍼티 타입 설명
LValue AstNodeExprLValue
Value AstNodeExpr

공개 메소드들

메소드 설명
AstNodeStmAssign ( AstNodeExprLValue LValue, AstNodeExpr Value ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

메소드 상세

AstNodeStmAssign() 공개 메소드

public AstNodeStmAssign ( AstNodeExprLValue LValue, AstNodeExpr Value ) : System
LValue AstNodeExprLValue
Value AstNodeExpr
리턴 System

TransformNodes() 공개 메소드

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
리턴 void

프로퍼티 상세

LValue 공개적으로 프로퍼티

public AstNodeExprLValue LValue
리턴 AstNodeExprLValue

Value 공개적으로 프로퍼티

public AstNodeExpr,SafeILGenerator.Ast.Nodes Value
리턴 AstNodeExpr