Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.stmt |
Modifier and Type | Class | Description |
---|---|---|
class |
CastExpr |
A typecast.
|
class |
InstanceOfExpr |
Usage of the instanceof operator.
|
class |
UnaryExpr |
An expression where an operator is applied to a single expression.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExpressionStmt |
Used to wrap an expression so that it can take the place of a statement.
|
class |
SynchronizedStmt |
Usage of the synchronized keyword.
|
class |
ThrowStmt |
Usage of the throw statement.
|
Copyright © 2007–2019. All rights reserved.