C# 클래스 SyntaxTree.NodeIf

상속: NodeExpr
파일 보기 프로젝트 열기: YourLocalFax/OLD-Score 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
conditions List
fail List

공개 메소드들

메소드 설명
Accept ( IAstVisitor visitor ) : void

메소드 상세

Accept() 공개 메소드

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

프로퍼티 상세

conditions 공개적으로 프로퍼티

public List conditions
리턴 List

fail 공개적으로 프로퍼티

public List fail
리턴 List