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 -
-
Uses of BooleanLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return BooleanLiteralExpr Modifier and Type Method Description BooleanLiteralExpr
BooleanLiteralExpr. asBooleanLiteralExpr()
BooleanLiteralExpr
Expression. asBooleanLiteralExpr()
BooleanLiteralExpr
BooleanLiteralExpr. clone()
BooleanLiteralExpr
BooleanLiteralExpr. setValue(boolean value)
Methods in com.github.javaparser.ast.expr that return types with arguments of type BooleanLiteralExpr Modifier and Type Method Description Optional<BooleanLiteralExpr>
BooleanLiteralExpr. toBooleanLiteralExpr()
Optional<BooleanLiteralExpr>
Expression. toBooleanLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type BooleanLiteralExpr Modifier and Type Method Description void
BooleanLiteralExpr. ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action)
void
Expression. ifBooleanLiteralExpr(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 Visitable
CloneVisitor. visit(BooleanLiteralExpr n, Object arg)
Boolean
EqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(BooleanLiteralExpr n, A arg)
R
GenericVisitor. visit(BooleanLiteralExpr n, A arg)
R
GenericVisitorAdapter. visit(BooleanLiteralExpr n, A arg)
R
GenericVisitorWithDefaults. visit(BooleanLiteralExpr n, A arg)
Integer
HashCodeVisitor. visit(BooleanLiteralExpr n, Void arg)
Visitable
ModifierVisitor. visit(BooleanLiteralExpr n, A arg)
Boolean
NoCommentEqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(BooleanLiteralExpr n, Void arg)
void
NodeFinderVisitor. visit(BooleanLiteralExpr n, Range arg)
Boolean
ObjectIdentityEqualsVisitor. visit(BooleanLiteralExpr n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(BooleanLiteralExpr n, Void arg)
void
VoidVisitor. visit(BooleanLiteralExpr n, A arg)
void
VoidVisitorAdapter. visit(BooleanLiteralExpr n, A arg)
void
VoidVisitorWithDefaults. 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 void
DefaultPrettyPrinterVisitor. visit(BooleanLiteralExpr n, Void arg)
void
PrettyPrintVisitor. visit(BooleanLiteralExpr n, Void arg)
Deprecated.
-