C# 클래스 Babel.Compiler.CaseStatement

상속: Statement
파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
elsePart StatementList
test Expression
testName string
whenPartList NodeList

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
CaseStatement ( Expression test, NodeList whenPartList, StatementList elsePart, Location location ) : System
Clone ( ) : object

메소드 상세

Accept() 공개 메소드

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

CaseStatement() 공개 메소드

public CaseStatement ( Expression test, NodeList whenPartList, StatementList elsePart, Location location ) : System
test Expression
whenPartList NodeList
elsePart StatementList
location Location
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

프로퍼티 상세

elsePart 보호되어 있는 프로퍼티

protected StatementList,Babel.Compiler elsePart
리턴 StatementList

test 보호되어 있는 프로퍼티

protected Expression,Babel.Compiler test
리턴 Expression

testName 보호되어 있는 프로퍼티

protected string testName
리턴 string

whenPartList 보호되어 있는 프로퍼티

protected NodeList,Babel.Compiler whenPartList
리턴 NodeList