| Package | Description |
|---|---|
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.nodeTypes | |
| com.github.javaparser.ast.stmt |
| Modifier and Type | Method and Description |
|---|---|
Optional<Expression> |
LambdaExpr.getExpressionBody() |
boolean |
UnaryExpr.isPostfix() |
boolean |
UnaryExpr.isPrefix() |
| Modifier and Type | Method and Description |
|---|---|
default Type |
NodeWithVariables.getMaximumCommonType()
Returns the type that maximum shared type between all variables.
|
default boolean |
NodeWithTypeArguments.isUsingDiamondOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IfStmt.hasElseBlock() |
boolean |
IfStmt.hasThenBlock() |
Copyright © 2007–2017. All rights reserved.