C# 클래스 Babel.Compiler.IfExpression

상속: Expression
파일 보기 프로젝트 열기: shugo/babel

보호된 프로퍼티들

프로퍼티 타입 설명
ifStatement IfStatement

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
IfExpression ( Expression test, Node thenPart, Node elsePart, Location location ) : System

메소드 상세

Accept() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

IfExpression() 공개 메소드

public IfExpression ( Expression test, Node thenPart, Node elsePart, Location location ) : System
test Expression
thenPart Node
elsePart Node
location Location
리턴 System

프로퍼티 상세

ifStatement 보호되어 있는 프로퍼티

protected IfStatement,Babel.Compiler ifStatement
리턴 IfStatement