Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
BooleanLiteralExpr |
Expression.asBooleanLiteralExpr() |
BooleanLiteralExpr |
BooleanLiteralExpr.asBooleanLiteralExpr() |
BooleanLiteralExpr |
BooleanLiteralExpr.clone() |
BooleanLiteralExpr |
BooleanLiteralExpr.setValue(boolean value) |
Modifier and Type | Method and Description |
---|---|
Optional<BooleanLiteralExpr> |
Expression.toBooleanLiteralExpr() |
Optional<BooleanLiteralExpr> |
BooleanLiteralExpr.toBooleanLiteralExpr() |
Modifier and Type | Method and Description |
---|---|
void |
Expression.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action) |
void |
BooleanLiteralExpr.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(BooleanLiteralExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(BooleanLiteralExpr n,
A arg) |
void |
VoidVisitor.visit(BooleanLiteralExpr n,
A arg) |
R |
GenericVisitorWithDefaults.visit(BooleanLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
void |
VoidVisitorWithDefaults.visit(BooleanLiteralExpr n,
A arg) |
Visitable |
CloneVisitor.visit(BooleanLiteralExpr n,
Object arg) |
Boolean |
EqualsVisitor.visit(BooleanLiteralExpr n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(BooleanLiteralExpr n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(BooleanLiteralExpr n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(BooleanLiteralExpr n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(BooleanLiteralExpr n,
Void arg) |
Integer |
HashCodeVisitor.visit(BooleanLiteralExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(BooleanLiteralExpr n,
Void arg) |
Copyright © 2007–2018. All rights reserved.