[This is preliminary documentation and is subject to change.]
Renders if statement.

C# | Visual Basic | Visual C++ |
protected override void renderIfStatement( XplIfStatement ifSta, string boolExp, bool isElse, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Sub renderIfStatement ( _ ifSta As XplIfStatement, _ boolExp As String, _ isElse As Boolean, _ context As ExtendedZOEProcessor..::.EZOEContext _ )
protected: virtual void renderIfStatement( XplIfStatement^ ifSta, String^ boolExp, bool isElse, ExtendedZOEProcessor..::.EZOEContext context ) override

- ifSta (XplIfStatement)
- If sta.
- boolExp (String)
- The bool exp.
- isElse (Boolean)
- if set to true [is else].
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.