| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.model.expression | 
 The parser model API for expressions. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceInvokeExpression
A SourceInvokeExpression is a common base expression representing
 any invocation expression. 
 | 
interface  | 
SourceMethodCallExpression
A MethodCallExpression is a final expression representing a method
 invocation or an explicit constructor invocation. 
 | 
interface  | 
SourceNewClassExpression
A ClassCreatorExpression is a final expression representing an
 instance creation expression. 
 |