| Class | Description |
|---|---|
| AnnotationExpr | |
| ArrayAccessExpr | |
| ArrayCreationExpr | |
| ArrayInitializerExpr | |
| AssignExpr | |
| BinaryExpr | |
| BooleanLiteralExpr | |
| CastExpr | |
| CharLiteralExpr | |
| ClassExpr | |
| ConditionalExpr | |
| DoubleLiteralExpr | |
| EnclosedExpr | |
| Expression | |
| FieldAccessExpr | |
| InstanceOfExpr | |
| IntegerLiteralExpr | |
| IntegerLiteralMinValueExpr | |
| LambdaExpr |
Lambda expressions.
|
| LiteralExpr | |
| LongLiteralExpr | |
| LongLiteralMinValueExpr | |
| MarkerAnnotationExpr | |
| MemberValuePair | |
| MethodCallExpr | |
| MethodReferenceExpr |
Method reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.
|
| NameExpr | |
| NormalAnnotationExpr | |
| NullLiteralExpr | |
| ObjectCreationExpr | |
| QualifiedNameExpr | |
| SingleMemberAnnotationExpr | |
| StringLiteralExpr | |
| SuperExpr | |
| ThisExpr | |
| TypeExpr |
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.
|
| UnaryExpr | |
| VariableDeclarationExpr |
| Enum | Description |
|---|---|
| AssignExpr.Operator | |
| BinaryExpr.Operator | |
| UnaryExpr.Operator |
Copyright © 2007-2015. All Rights Reserved.