Uses of Class
org.eclipse.wst.jsdt.core.dom.ObjectLiteral

Packages that use ObjectLiteral
org.eclipse.wst.jsdt.core.dom   
 

Uses of ObjectLiteral in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return ObjectLiteral
 ObjectLiteral AST.newObjectLiteral()
          Creates and returns a new unparented object literal expression node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ObjectLiteral
 void ASTVisitor.endVisit(ObjectLiteral node)
           
 boolean ASTMatcher.match(ObjectLiteral node, java.lang.Object other)
           
 boolean ASTVisitor.visit(ObjectLiteral node)