JavaScript Development Tools
Release 3.2

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, Object other)
           
 boolean ASTVisitor.visit(ObjectLiteral node)
           
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.