Uses of Class
com.github.javaparser.ast.expr.NullLiteralExpr
-
Packages that use NullLiteralExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of NullLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return NullLiteralExpr Modifier and Type Method Description NullLiteralExprExpression. asNullLiteralExpr()NullLiteralExprNullLiteralExpr. asNullLiteralExpr()NullLiteralExprNullLiteralExpr. clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type NullLiteralExpr Modifier and Type Method Description Optional<NullLiteralExpr>Expression. toNullLiteralExpr()Optional<NullLiteralExpr>NullLiteralExpr. toNullLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type NullLiteralExpr Modifier and Type Method Description voidExpression. ifNullLiteralExpr(Consumer<NullLiteralExpr> action)voidNullLiteralExpr. ifNullLiteralExpr(Consumer<NullLiteralExpr> action) -
Uses of NullLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type NullLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(NullLiteralExpr n, Object arg)BooleanEqualsVisitor. visit(NullLiteralExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(NullLiteralExpr n, A arg)RGenericVisitor. visit(NullLiteralExpr n, A arg)RGenericVisitorAdapter. visit(NullLiteralExpr n, A arg)RGenericVisitorWithDefaults. visit(NullLiteralExpr n, A arg)IntegerHashCodeVisitor. visit(NullLiteralExpr n, Void arg)VisitableModifierVisitor. visit(NullLiteralExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(NullLiteralExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(NullLiteralExpr n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(NullLiteralExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(NullLiteralExpr n, Void arg)voidVoidVisitor. visit(NullLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(NullLiteralExpr n, A arg)voidVoidVisitorWithDefaults. visit(NullLiteralExpr n, A arg) -
Uses of NullLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type NullLiteralExpr Modifier and Type Method Description voidPrettyPrintVisitor. visit(NullLiteralExpr n, Void arg)
-