Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
BinaryExpr |
Expression.asBinaryExpr() |
BinaryExpr |
BinaryExpr.asBinaryExpr() |
BinaryExpr |
BinaryExpr.clone() |
BinaryExpr |
BinaryExpr.setLeft(Expression left) |
BinaryExpr |
BinaryExpr.setOperator(BinaryExpr.Operator operator) |
BinaryExpr |
BinaryExpr.setRight(Expression right) |
Modifier and Type | Method and Description |
---|---|
Optional<BinaryExpr> |
Expression.toBinaryExpr() |
Optional<BinaryExpr> |
BinaryExpr.toBinaryExpr() |
Modifier and Type | Method and Description |
---|---|
void |
Expression.ifBinaryExpr(Consumer<BinaryExpr> action) |
void |
BinaryExpr.ifBinaryExpr(Consumer<BinaryExpr> action) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitorAdapter.visit(BinaryExpr n,
A arg) |
void |
VoidVisitorWithDefaults.visit(BinaryExpr n,
A arg) |
R |
GenericVisitor.visit(BinaryExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(BinaryExpr n,
A arg) |
void |
VoidVisitor.visit(BinaryExpr n,
A arg) |
R |
GenericVisitorWithDefaults.visit(BinaryExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(BinaryExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(BinaryExpr n,
A arg) |
Visitable |
CloneVisitor.visit(BinaryExpr n,
Object arg) |
Boolean |
EqualsVisitor.visit(BinaryExpr n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(BinaryExpr n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(BinaryExpr n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(BinaryExpr n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(BinaryExpr n,
Void arg) |
Integer |
HashCodeVisitor.visit(BinaryExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(BinaryExpr n,
Void arg)
work in progress for issue-545
|
Copyright © 2007–2020. All rights reserved.