C# 클래스 YAMP.BreakableKeyword

Represents the abstract base class for any keyword that allows the break keyword to be used in an inner scope.
상속: BodyKeyword
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Break ( ) : void

Breaks the execution of the breakable block.

BreakableKeyword ( string token ) : System

보호된 메소드들

메소드 설명
SetMarker ( ParseEngine engine ) : void
UnsetMarker ( ParseEngine engine ) : void

메소드 상세

Break() 공개 추상적인 메소드

Breaks the execution of the breakable block.
public abstract Break ( ) : void
리턴 void

BreakableKeyword() 공개 메소드

public BreakableKeyword ( string token ) : System
token string
리턴 System

SetMarker() 보호된 메소드

protected SetMarker ( ParseEngine engine ) : void
engine ParseEngine
리턴 void

UnsetMarker() 보호된 메소드

protected UnsetMarker ( ParseEngine engine ) : void
engine ParseEngine
리턴 void