org.sonar.javascript.model
Interface ObjectLiteralTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
TreeImpl.ObjectLiteralTreeImpl

public interface ObjectLiteralTree
extends ExpressionTree

Object Initialiser.

   { }
   { propertyAssignments() }
   { propertyAssignments() , }
 

This interface is not intended to be implemented by clients.


Method Summary
 List<PropertyAssignmentTree> propertyAssignments()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

propertyAssignments

List<PropertyAssignmentTree> propertyAssignments()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.