C# 클래스 WasmSExprEmitter.SExpression

상속: JSExpression
파일 보기 프로젝트 열기: WebAssembly/ilwasm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Keyword string
LineBreakAfter bool

공개 메소드들

메소드 설명
SExpression ( string keyword ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AfterWriteValues ( AstEmitter astEmitter ) : void
BeforeWriteValues ( AstEmitter astEmitter ) : void

메소드 상세

SExpression() 공개 메소드

public SExpression ( string keyword ) : System
keyword string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Keyword 공개적으로 프로퍼티

public string Keyword
리턴 string

LineBreakAfter 공개적으로 프로퍼티

public bool LineBreakAfter
리턴 bool