LayerD CodeDOM and Zoe Compiler interface
renderBinOpExp Method (bopExp, leftExpStr, rightExpStr, op, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBinOpExp(XplBinaryoperator, String, String, XplBinaryoperators_enum, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Render a bin op exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderBinOpExp(
	XplBinaryoperator bopExp,
	string leftExpStr,
	string rightExpStr,
	XplBinaryoperators_enum op,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderBinOpExp ( _
	bopExp As XplBinaryoperator, _
	leftExpStr As String, _
	rightExpStr As String, _
	op As XplBinaryoperators_enum, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderBinOpExp(
	XplBinaryoperator^ bopExp, 
	String^ leftExpStr, 
	String^ rightExpStr, 
	XplBinaryoperators_enum op, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
bopExp (XplBinaryoperator)
The bop exp.
leftExpStr (String)
The left exp STR.
rightExpStr (String)
The right exp STR.
op (XplBinaryoperators_enum)
The op.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.
Return Value
A string with the rendered item.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)