Kaydet (Commit) 1f6e6742 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS ab14fixes (1.8.22); FILE MERGED

2005/03/04 13:33:04 ab 1.8.22.1: #120061# SbiExprNode::Gen(): typeof support
üst 05fbcee6
......@@ -2,9 +2,9 @@
*
* $RCSfile: exprgen.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: pjunck $ $Date: 2004-11-02 11:53:55 $
* last change: $Author: rt $ $Date: 2005-03-29 11:49:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -161,6 +161,11 @@ void SbiExprNode::Gen( RecursiveMode eRecMode )
eOp = _ELEM;
}
}
else if( IsTypeOf() )
{
pLeft->Gen();
pGen->Gen( _TESTCLASS, nStringId );
}
else
{
pLeft->Gen();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment