Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.NullLiteral
Packages that use NullLiteral
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 NullLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return NullLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(NullLiteral expression) ASTConverter.convert(NullLiteral expression) AST.newNullLiteral()Creates and returns a new unparented null literal node.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type NullLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(NullLiteral node) End of visit the given type-specific AST node.booleanASTMatcher.match(NullLiteral node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(NullLiteral node) booleanASTVisitor.visit(NullLiteral node) Visits the given type-specific AST node. -
Uses of NullLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type NullLiteral -
Uses of NullLiteral 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 NullLiteralModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(NullLiteral node) booleanASTRewriteFlattener.visit(NullLiteral node)