Package | Description |
---|---|
ast | |
parser |
Modifier and Type | Field and Description |
---|---|
protected ExprList |
DispatchExpr.actualList
The list of actual parameter expressions
|
Modifier and Type | Method and Description |
---|---|
ExprList |
DispatchExpr.getActualList()
Get the list of actual parameter expressions
|
Constructor and Description |
---|
DispatchExpr(int lineNum,
Expr refExpr,
java.lang.String methodName,
ExprList actualList)
DispatchExpr constructor
|
Modifier and Type | Method and Description |
---|---|
ExprList |
Parser.ParseExprList() |