C# 클래스 YAMP.DoKeyword

The class representing the do keyword for do {...} while(...); loops. Basic syntax: do STATEMENT while ( CONDITION) ;
상속: BreakableKeyword
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Break ( ) : void
DoKeyword ( ) : System
DoKeyword ( Int32 line, Int32 column, QueryContext query ) : System
Interpret ( Value>.IDictionary symbols ) : Value
Scan ( ParseEngine engine ) : Expression
ToCode ( ) : String

메소드 상세

Break() 공개 메소드

public Break ( ) : void
리턴 void

DoKeyword() 공개 메소드

public DoKeyword ( ) : System
리턴 System

DoKeyword() 공개 메소드

public DoKeyword ( Int32 line, Int32 column, QueryContext query ) : System
line System.Int32
column System.Int32
query QueryContext
리턴 System

Interpret() 공개 메소드

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
리턴 Value

Scan() 공개 메소드

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
리턴 Expression

ToCode() 공개 메소드

public ToCode ( ) : String
리턴 String