C# Class Jade.Parser.Nodes.ExpressionNode

Inheritance: Node
ファイルを表示 Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method Description
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
setBuffer ( bool buffer ) : void
setEscape ( bool escape ) : void
setValue ( String value ) : void

Method Details

execute() public method

public execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
writer Jade.Compiler.IndentWriter
model JadeModel
template JadeTemplate
return void

setBuffer() public method

public setBuffer ( bool buffer ) : void
buffer bool
return void

setEscape() public method

public setEscape ( bool escape ) : void
escape bool
return void

setValue() public method

public setValue ( String value ) : void
value String
return void