171172173174175176177
project.setOutputLocation(outputLocation); return project; } public ASStringLiteral newStringLiteral(String string) { return new ASTASStringLiteral(ASTUtils.newAST(AS3Parser.STRING_LITERAL, str(string))); }