C# 클래스 DCPUB.Ast.GotoNode

상속: CompilableNode
파일 보기 프로젝트 열기: Blecki/DCPUB

공개 프로퍼티들

프로퍼티 타입 설명
label String

공개 메소드들

메소드 설명
Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
Init ( Irony context, Irony treeNode ) : void

메소드 상세

Emit() 공개 메소드

public Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
context CompileContext
scope Model
target Target
리턴 Intermediate.IRNode

Init() 공개 메소드

public Init ( Irony context, Irony treeNode ) : void
context Irony
treeNode Irony
리턴 void

프로퍼티 상세

label 공개적으로 프로퍼티

public String label
리턴 String