Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.NumberLiteral
Packages that use NumberLiteral
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of NumberLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return NumberLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(FloatLiteral expression) AjASTConverter.convert(IntLiteral expression) AjASTConverter.convert(IntLiteralMinValue expression) ASTConverter.convert(DoubleLiteral expression) ASTConverter.convert(FloatLiteral expression) ASTConverter.convert(IntLiteral expression) ASTConverter.convert(IntLiteralMinValue expression) ASTConverter.convert(LongLiteral expression) ASTConverter.convert(LongLiteralMinValue expression) AST.newNumberLiteral()Creates and returns a new unparented number literal node.AST.newNumberLiteral(String literal) Creates and returns a new unparented number literal node.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type NumberLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(NumberLiteral node) End of visit the given type-specific AST node.booleanASTMatcher.match(NumberLiteral node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(NumberLiteral node) booleanASTVisitor.visit(NumberLiteral node) Visits the given type-specific AST node. -
Uses of NumberLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type NumberLiteral -
Uses of NumberLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type NumberLiteralModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(NumberLiteral node) booleanASTRewriteFlattener.visit(NumberLiteral node)