C# 클래스 Babel.Compiler.LoopStatement

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

보호된 프로퍼티들

프로퍼티 타입 설명
endLabel System.Reflection.Emit.Label
statementList StatementList

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
LoopStatement ( StatementList statementList, Location location ) : System

메소드 상세

Accept() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

LoopStatement() 공개 메소드

public LoopStatement ( StatementList statementList, Location location ) : System
statementList StatementList
location Location
리턴 System

프로퍼티 상세

endLabel 보호되어 있는 프로퍼티

protected Label,System.Reflection.Emit endLabel
리턴 System.Reflection.Emit.Label

statementList 보호되어 있는 프로퍼티

protected StatementList,Babel.Compiler statementList
리턴 StatementList