C# 클래스 DCPUB.Intermediate.Annotation

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

공개 프로퍼티들

프로퍼티 타입 설명
comment String

공개 메소드들

메소드 설명
Annotation ( String annotation ) : System
Emit ( EmissionStream stream ) : void
EmitIR ( EmissionStream stream, bool Tidy ) : void

메소드 상세

Annotation() 공개 메소드

public Annotation ( String annotation ) : System
annotation String
리턴 System

Emit() 공개 메소드

public Emit ( EmissionStream stream ) : void
stream EmissionStream
리턴 void

EmitIR() 공개 메소드

public EmitIR ( EmissionStream stream, bool Tidy ) : void
stream EmissionStream
Tidy bool
리턴 void

프로퍼티 상세

comment 공개적으로 프로퍼티

public String comment
리턴 String