src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/ObjectLiteralTree.java

Print this page

        

*** 30,40 **** /** * Represents ECMAScript object literal expression. * * @since 1.9 */ - @jdk.Exported public interface ObjectLiteralTree extends ExpressionTree { /** * Returns the list of properties of this object literal. * * @return the list of properties of this object literal --- 30,39 ----