Interface ObjectLiteralTree

All Superinterfaces:
ExpressionTree, Tree

public interface ObjectLiteralTree extends ExpressionTree
Represents ECMAScript object literal expression.
Since:
9
  • Method Details

    • getProperties

      List<? extends PropertyTree> getProperties()
      Returns the list of properties of this object literal.
      Returns:
      the list of properties of this object literal