C# Class Jade.Parser.Nodes.ExpressionNode

Inheritance: Node
Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

setBuffer() public méthode

public setBuffer ( bool buffer ) : void
buffer bool
Résultat void

setEscape() public méthode

public setEscape ( bool escape ) : void
escape bool
Résultat void

setValue() public méthode

public setValue ( String value ) : void
value String
Résultat void