Uses of Class
com.github.javaparser.ast.expr.BooleanLiteralExpr
-
Packages that use BooleanLiteralExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of BooleanLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return BooleanLiteralExpr Modifier and Type Method Description BooleanLiteralExprBooleanLiteralExpr. asBooleanLiteralExpr()BooleanLiteralExprExpression. asBooleanLiteralExpr()BooleanLiteralExprBooleanLiteralExpr. clone()BooleanLiteralExprBooleanLiteralExpr. setValue(boolean value)Methods in com.github.javaparser.ast.expr that return types with arguments of type BooleanLiteralExpr Modifier and Type Method Description java.util.Optional<BooleanLiteralExpr>BooleanLiteralExpr. toBooleanLiteralExpr()java.util.Optional<BooleanLiteralExpr>Expression. toBooleanLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type BooleanLiteralExpr Modifier and Type Method Description voidBooleanLiteralExpr. ifBooleanLiteralExpr(java.util.function.Consumer<BooleanLiteralExpr> action)voidExpression. ifBooleanLiteralExpr(java.util.function.Consumer<BooleanLiteralExpr> action) -
Uses of BooleanLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type BooleanLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(BooleanLiteralExpr n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(BooleanLiteralExpr n, A arg)RGenericVisitor. visit(BooleanLiteralExpr n, A arg)RGenericVisitorAdapter. visit(BooleanLiteralExpr n, A arg)RGenericVisitorWithDefaults. visit(BooleanLiteralExpr n, A arg)java.lang.IntegerHashCodeVisitor. visit(BooleanLiteralExpr n, java.lang.Void arg)VisitableModifierVisitor. visit(BooleanLiteralExpr n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(BooleanLiteralExpr n, java.lang.Void arg)voidNodeFinderVisitor. visit(BooleanLiteralExpr n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(BooleanLiteralExpr n, java.lang.Void arg)voidVoidVisitor. visit(BooleanLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(BooleanLiteralExpr n, A arg)voidVoidVisitorWithDefaults. visit(BooleanLiteralExpr n, A arg) -
Uses of BooleanLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type BooleanLiteralExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(BooleanLiteralExpr n, java.lang.Void arg)voidPrettyPrintVisitor. visit(BooleanLiteralExpr n, java.lang.Void arg)Deprecated. -
Uses of BooleanLiteralExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type BooleanLiteralExpr Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(BooleanLiteralExpr node, java.lang.Boolean aBoolean)ResolvedTypeTypeExtractor. visit(BooleanLiteralExpr node, java.lang.Boolean solveLambdas)
-