JavaScript Development Tools
Release 3.2

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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return NumberLiteral
 NumberLiteral AST.newNumberLiteral()
          Creates and returns a new unparented number literal node.
 NumberLiteral AST.newNumberLiteral(String literal)
          Creates and returns a new unparented number literal node.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type NumberLiteral
 void ASTVisitor.endVisit(NumberLiteral node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(NumberLiteral node, Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(NumberLiteral node)
          Visits the given type-specific AST node.
 


JavaScript Development Tools
Release 3.2

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