|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryAppendExpr | |
---|---|
com.caucho.quercus.expr |
Uses of BinaryAppendExpr in com.caucho.quercus.expr |
---|
Methods in com.caucho.quercus.expr that return BinaryAppendExpr | |
---|---|
protected BinaryAppendExpr |
ExprFactory.createAppendImpl(Expr left,
BinaryAppendExpr right)
|
BinaryAppendExpr |
BinaryAppendExpr.getNext()
Returns the next value in the append chain. |
Methods in com.caucho.quercus.expr with parameters of type BinaryAppendExpr | |
---|---|
protected BinaryAppendExpr |
ExprFactory.createAppendImpl(Expr left,
BinaryAppendExpr right)
|
Constructors in com.caucho.quercus.expr with parameters of type BinaryAppendExpr | |
---|---|
BinaryAppendExpr(Expr value,
BinaryAppendExpr next)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |