C# 클래스 Babel.Compiler.ProtectWhen

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

보호된 프로퍼티들

프로퍼티 타입 설명
thenPart StatementList
typeSpecifier TypeSpecifier

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
ProtectWhen ( TypeSpecifier typeSpecifier, StatementList thenPart, Location location ) : System

메소드 상세

Accept() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ProtectWhen() 공개 메소드

public ProtectWhen ( TypeSpecifier typeSpecifier, StatementList thenPart, Location location ) : System
typeSpecifier TypeSpecifier
thenPart StatementList
location Location
리턴 System

프로퍼티 상세

thenPart 보호되어 있는 프로퍼티

protected StatementList,Babel.Compiler thenPart
리턴 StatementList

typeSpecifier 보호되어 있는 프로퍼티

protected TypeSpecifier,Babel.Compiler typeSpecifier
리턴 TypeSpecifier