C# Class Jade.Parser.Nodes.BlockNode

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
getIncludeBlock ( ) : BlockNode
getMode ( ) : String
getYieldBlock ( ) : BlockNode
isYield ( ) : bool
setMode ( String mode ) : void
setYield ( bool yield ) : void
setYieldBlock ( BlockNode yieldBlock ) : 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

getIncludeBlock() public méthode

public getIncludeBlock ( ) : BlockNode
Résultat BlockNode

getMode() public méthode

public getMode ( ) : String
Résultat String

getYieldBlock() public méthode

public getYieldBlock ( ) : BlockNode
Résultat BlockNode

isYield() public méthode

public isYield ( ) : bool
Résultat bool

setMode() public méthode

public setMode ( String mode ) : void
mode String
Résultat void

setYield() public méthode

public setYield ( bool yield ) : void
yield bool
Résultat void

setYieldBlock() public méthode

public setYieldBlock ( BlockNode yieldBlock ) : void
yieldBlock BlockNode
Résultat void