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(java.lang.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, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(NumberLiteral node)
          Visits the given type-specific AST node.