C# 클래스 AST.GotoStmt

Goto Statement
상속: Stmt
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

메소드 설명
Create ( String label ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple
GotoStmt ( String label ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( String label ) : Stmt
label String
리턴 Stmt

GetStmt() 공개 메소드

public GetStmt ( ABT env ) : ABT.Stmt>.Tuple
env ABT
리턴 ABT.Stmt>.Tuple

GotoStmt() 공개 메소드

public GotoStmt ( String label ) : System
label String
리턴 System