| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.common | 
 Classes common to model implementations. 
 | 
| oracle.javatools.parser.java.v2.model.expression | 
 The parser model API for expressions. 
 | 
| oracle.javatools.parser.java.v2.util | 
 Various utilities for use with the parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<java.lang.Integer> | 
CommonUtilities.getArgumentCommaLocations(SourceInvokeExpression invokeExpression)
Given a SourceInvokeExpression, find the locations of the commas separating
 the arguments of that SourceInvokeExpression 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Usages.useMethodInExpression(SourceInvokeExpression s,
                     JavaMethod method)
Usage of a method or constructor in an expression. 
 |