C# Class WasmSExprEmitter.SExpression

Inheritance: JSExpression
Mostrar archivo Open project: WebAssembly/ilwasm Class Usage Examples

Public Properties

Property Type Description
Keyword string
LineBreakAfter bool

Public Methods

Method Description
SExpression ( string keyword ) : System
ToString ( ) : string

Private Methods

Method Description
AfterWriteValues ( AstEmitter astEmitter ) : void
BeforeWriteValues ( AstEmitter astEmitter ) : void

Method Details

SExpression() public method

public SExpression ( string keyword ) : System
keyword string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Keyword public_oe property

public string Keyword
return string

LineBreakAfter public_oe property

public bool LineBreakAfter
return bool