Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.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 with parameters of type NullLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(NullLiteral expression) ASTConverter.convert(NullLiteral expression) -
Uses of NullLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type NullLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(NullLiteral nullLiteral, BlockScope scope) booleanASTVisitor.visit(NullLiteral nullLiteral, BlockScope scope) booleanGenericAstVisitor.visit(NullLiteral nullLiteral, BlockScope scope)