| Package | Description | 
|---|---|
| javax.ide.model.java.source.tree | 
 The Java AST. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ArrayAccessExpressionT
An array access expression. 
 | 
interface  | 
AssignmentExpressionT
An expression performing an assignment operation. 
 | 
interface  | 
DereferenceExpressionT
Common supertype for expressions performing dereference operations. 
 | 
interface  | 
DotExpressionT
A expression representing an identifier selector. 
 | 
interface  | 
InfixExpressionT
An expression involving an infix operation (but not an assignment operation). 
 | 
interface  | 
InvokeExpressionT
Common supertype for an expression that invokes a method. 
 | 
interface  | 
MethodCallExpressionT
An expression performing a method invocation or an explicit constructor invocation. 
 | 
interface  | 
NewClassExpressionT
An expression creating a new instance of a class. 
 | 
interface  | 
QuestionExpressionT
An expression with the ?: operator, formally known as the "conditional operator". 
 | 
interface  | 
TypecastExpressionT
An expression performing a typecast operation. 
 | 
interface  | 
UnaryExpressionT
An expression performing a prefix or postfix operation, but not a typecast operation. 
 |