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