| Package | Description | 
|---|---|
| com.caucho.quercus.expr | 
| Modifier and Type | Field and Description | 
|---|---|
protected ListHeadExpr | 
BinaryAssignListExpr._listHead  | 
protected ListHeadExpr | 
BinaryAssignListEachExpr._listHead  | 
| Modifier and Type | Method and Description | 
|---|---|
ListHeadExpr | 
ExprFactory.createListHead(java.util.ArrayList<Expr> keys)
Creates a list expression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Expr | 
ExprFactory.createList(ListHeadExpr head,
          Expr value)
Creates a list expression. 
 | 
Expr | 
ExprFactory.createList(QuercusParser parser,
          ListHeadExpr head,
          Expr value)
Creates a list expression. 
 | 
Expr | 
ExprFactory.createListEach(ListHeadExpr head,
              Expr value)
Creates a list expression. 
 | 
| Constructor and Description | 
|---|
BinaryAssignListEachExpr(ListHeadExpr listHead,
                        Expr value)  | 
BinaryAssignListExpr(ListHeadExpr head,
                    Expr value)  |