Uses of Class
com.caucho.quercus.expr.BinaryAppendExpr

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)