C# 클래스 FogCreek.Wasabi.AST.CExpressionStatement

상속: CStatement, INodeParent
파일 보기 프로젝트 열기: FogCreek/RoslynGenerator

공개 메소드들

메소드 설명
Accept ( IVisitor visitor ) : void
CExpressionStatement ( CExpression exp ) : System

비공개 메소드들

메소드 설명
INodeParent ( FogCreek.Wasabi.AST.CNode child, FogCreek.Wasabi.AST.CNode newchild ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( IVisitor visitor ) : void
visitor IVisitor
리턴 void

CExpressionStatement() 공개 메소드

public CExpressionStatement ( CExpression exp ) : System
exp CExpression
리턴 System