Class and Description |
---|
AnnotationExpr |
Expression |
Class and Description |
---|
AnnotationExpr |
Expression |
Name
A name that may consist of multiple identifiers.
|
Class and Description |
---|
AnnotationExpr |
Expression |
SimpleName
A name that consists of a single identifier.
|
Class and Description |
---|
AnnotationExpr |
ArrayAccessExpr |
ArrayCreationExpr
new int[5][4][][] or new int[][]{{1},{2,3}} |
ArrayInitializerExpr |
AssignExpr |
AssignExpr.Operator |
BinaryExpr |
BinaryExpr.Operator |
BooleanLiteralExpr |
CastExpr |
CharLiteralExpr |
ClassExpr
Defines an expression that accesses the class of a type.
|
ConditionalExpr |
EnclosedExpr |
Expression |
FieldAccessExpr |
InstanceOfExpr |
IntegerLiteralExpr |
LambdaExpr
Lambda expression.
|
LiteralExpr |
LongLiteralExpr |
MemberValuePair |
MethodCallExpr |
MethodReferenceExpr
Method reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.
|
Name
A name that may consist of multiple identifiers.
|
NameExpr |
NormalAnnotationExpr |
ObjectCreationExpr
Defines constructor call expression.
|
SimpleName
A name that consists of a single identifier.
|
SingleMemberAnnotationExpr |
StringLiteralExpr
Java® Language Specification 3.10.5 String Literals
|
SuperExpr |
ThisExpr |
TypeExpr
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.
|
UnaryExpr |
UnaryExpr.Operator |
VariableDeclarationExpr |
Class and Description |
---|
Name
A name that may consist of multiple identifiers.
|
Class and Description |
---|
AnnotationExpr |
Expression |
Name
A name that may consist of multiple identifiers.
|
NormalAnnotationExpr |
SimpleName
A name that consists of a single identifier.
|
Class and Description |
---|
AnnotationExpr |
Expression |
VariableDeclarationExpr |
Class and Description |
---|
AnnotationExpr |
SimpleName
A name that consists of a single identifier.
|
Class and Description |
---|
AnnotationExpr |
Copyright © 2007–2016. All rights reserved.