C# Class Jade.Parser.Nodes.IfConditionNode

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

Méthodes publiques

Méthode Description
IfConditionNode ( String condition, int lineNumber ) : System
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
isDefault ( ) : bool
isInverse ( ) : bool
setDefault ( bool defaultNode ) : void
setInverse ( bool isInverse ) : void

Method Details

IfConditionNode() public méthode

public IfConditionNode ( String condition, int lineNumber ) : System
condition String
lineNumber int
Résultat System

execute() public méthode

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

isDefault() public méthode

public isDefault ( ) : bool
Résultat bool

isInverse() public méthode

public isInverse ( ) : bool
Résultat bool

setDefault() public méthode

public setDefault ( bool defaultNode ) : void
defaultNode bool
Résultat void

setInverse() public méthode

public setInverse ( bool isInverse ) : void
isInverse bool
Résultat void