Hi all, How can I get string representations of conditional expressions of IfStmt? The problem is as follows: For example; ============= /* source code */ if( x < 10) … ============= “IS->getCond()->getSourceRange()” represents only “x <“. It seems quite strange. Thanks, Kihong