JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.ast.IObjectLiteral

Packages that use IObjectLiteral
org.eclipse.wst.jsdt.core.ast   
org.eclipse.wst.jsdt.core.infer   
 

Uses of IObjectLiteral in org.eclipse.wst.jsdt.core.ast
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IObjectLiteral
 void ASTVisitor.endVisit(IObjectLiteral literal)
           
 boolean ASTVisitor.visit(IObjectLiteral literal)
           
 

Uses of IObjectLiteral in org.eclipse.wst.jsdt.core.infer
 

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IObjectLiteral
 void InferEngine.endVisit(IObjectLiteral literal)
           
protected  void InferEngine.populateType(InferredType type, IObjectLiteral objLit, boolean isStatic)
           
 boolean InferEngine.visit(IObjectLiteral literal)
           
 


JavaScript Development Tools
Release 3.2

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