185186187188189190191
} public ASBooleanLiteral newBooleanLiteral(boolean b) { LinkedListTree ast = b ? ASTUtils.newAST(AS3Parser.TRUE, "true") : ASTUtils.newAST(AS3Parser.FALSE, "false"); return new ASTASBooleanLiteral(ast); }