Uses of Class
com.github.javaparser.ast.expr.NullLiteralExpr
Packages that use NullLiteralExpr
Package
Description
-
Uses of NullLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return NullLiteralExprModifier and TypeMethodDescriptionExpression.asNullLiteralExpr()
NullLiteralExpr.asNullLiteralExpr()
NullLiteralExpr.clone()
Methods in com.github.javaparser.ast.expr that return types with arguments of type NullLiteralExprModifier and TypeMethodDescriptionExpression.toNullLiteralExpr()
NullLiteralExpr.toNullLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type NullLiteralExprModifier and TypeMethodDescriptionvoid
Expression.ifNullLiteralExpr
(Consumer<NullLiteralExpr> action) void
NullLiteralExpr.ifNullLiteralExpr
(Consumer<NullLiteralExpr> action) -
Uses of NullLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type NullLiteralExprModifier and TypeMethodDescriptionCloneVisitor.visit
(NullLiteralExpr n, Object arg) EqualsVisitor.visit
(NullLiteralExpr n, Visitable arg) GenericListVisitorAdapter.visit
(NullLiteralExpr n, A arg) GenericVisitor.visit
(NullLiteralExpr n, A arg) GenericVisitorAdapter.visit
(NullLiteralExpr n, A arg) GenericVisitorWithDefaults.visit
(NullLiteralExpr n, A arg) HashCodeVisitor.visit
(NullLiteralExpr n, Void arg) ModifierVisitor.visit
(NullLiteralExpr n, A arg) NoCommentEqualsVisitor.visit
(NullLiteralExpr n, Visitable arg) NoCommentHashCodeVisitor.visit
(NullLiteralExpr n, Void arg) void
NodeFinderVisitor.visit
(NullLiteralExpr n, Range arg) ObjectIdentityEqualsVisitor.visit
(NullLiteralExpr n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(NullLiteralExpr n, Void arg) void
VoidVisitor.visit
(NullLiteralExpr n, A arg) void
VoidVisitorAdapter.visit
(NullLiteralExpr n, A arg) void
VoidVisitorWithDefaults.visit
(NullLiteralExpr n, A arg) -
Uses of NullLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type NullLiteralExprModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(NullLiteralExpr n, Void arg) void
PrettyPrintVisitor.visit
(NullLiteralExpr n, Void arg) Deprecated.