C# Class Jade.Parser.Nodes.IfConditionNode

Inheritance: Node
Show file Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method 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 method

public IfConditionNode ( String condition, int lineNumber ) : System
condition String
lineNumber int
return System

execute() public method

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

isDefault() public method

public isDefault ( ) : bool
return bool

isInverse() public method

public isInverse ( ) : bool
return bool

setDefault() public method

public setDefault ( bool defaultNode ) : void
defaultNode bool
return void

setInverse() public method

public setInverse ( bool isInverse ) : void
isInverse bool
return void