8990919293949596
return node; } private void replaceStringLiteral(SimpleNode parent, ASTStringLiteral strLit, int index) { if (!(strLit instanceof ASTStringLiteralEnhanced)) { SimpleNodeUtil.jjtSetChild(parent, new ASTStringLiteralEnhanced(strLit), index); } }
9091929394959697