| Package | Description |
|---|---|
| com.caucho.quercus.expr |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryAppendExpr |
ExprFactory.createAppendImpl(Expr left,
BinaryAppendExpr right) |
BinaryAppendExpr |
BinaryAppendExpr.getNext()
Returns the next value in the append chain.
|
| Modifier and Type | Method and Description |
|---|---|
protected BinaryAppendExpr |
ExprFactory.createAppendImpl(Expr left,
BinaryAppendExpr right) |
| Constructor and Description |
|---|
BinaryAppendExpr(Expr value,
BinaryAppendExpr next) |