| Package | Description |
|---|---|
| com.github.javaparser.ast.expr |
| Modifier and Type | Method and Description |
|---|---|
BinaryExpr.Operator |
BinaryExpr.getOperator() |
static BinaryExpr.Operator |
BinaryExpr.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryExpr.Operator[] |
BinaryExpr.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpr |
BinaryExpr.setOperator(BinaryExpr.Operator operator) |
| Constructor and Description |
|---|
BinaryExpr(Expression left,
Expression right,
BinaryExpr.Operator operator) |
BinaryExpr(TokenRange tokenRange,
Expression left,
Expression right,
BinaryExpr.Operator operator)
This constructor is used by the parser and is considered private.
|
Copyright © 2007–2024. All rights reserved.