C# 클래스 Babel.Compiler.CaseWhen

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

보호된 프로퍼티들

프로퍼티 타입 설명
testCallList TypedNodeList
thenPart StatementList
valueList TypedNodeList

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
CaseWhen ( TypedNodeList valueList, StatementList thenPart, Location location ) : System
Clone ( ) : object

메소드 상세

Accept() 공개 메소드

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

CaseWhen() 공개 메소드

public CaseWhen ( TypedNodeList valueList, StatementList thenPart, Location location ) : System
valueList TypedNodeList
thenPart StatementList
location Location
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

프로퍼티 상세

testCallList 보호되어 있는 프로퍼티

protected TypedNodeList,Babel.Compiler testCallList
리턴 TypedNodeList

thenPart 보호되어 있는 프로퍼티

protected StatementList,Babel.Compiler thenPart
리턴 StatementList

valueList 보호되어 있는 프로퍼티

protected TypedNodeList,Babel.Compiler valueList
리턴 TypedNodeList