Method | Description | |
---|---|---|
IfConditionNode ( String condition, int lineNumber ) : System | ||
execute ( |
||
isDefault ( ) : bool | ||
isInverse ( ) : bool | ||
setDefault ( bool defaultNode ) : void | ||
setInverse ( bool isInverse ) : void |
public IfConditionNode ( String condition, int lineNumber ) : System | ||
condition | String | |
lineNumber | int | |
return | System |
public execute ( |
||
writer | ||
model | JadeModel | |
template | JadeTemplate | |
return | void |
public setDefault ( bool defaultNode ) : void | ||
defaultNode | bool | |
return | void |