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

Packages that use AbstractUnaryExpr
com.caucho.quercus.expr   
 

Uses of AbstractUnaryExpr in com.caucho.quercus.expr
 

Subclasses of AbstractUnaryExpr in com.caucho.quercus.expr
 class BinaryInstanceOfExpr
          Represents a PHP instanceof expression.
 class BinaryInstanceOfExprPro
          Represents a PHP instanceof expression.
 class FunCloneExpr
          Represents a PHP clone
 class FunCloneExprPro
          Represents a PHP clone
 class FunEachExpr
          Represents a PHP each expression.
 class FunEachExprPro
          Represents a PHP each expression.
 class FunIncludeExpr
          Represents a PHP include statement
 class FunIncludeExprPro
          Represents a PHP include statement
 class FunIncludeOnceExpr
          Represents a PHP include statement
 class FunIncludeOnceExprPro
          Represents a PHP include statement
 class FunIssetExpr
          Represents a PHP isset call
 class FunIssetExprPro
          Represents a PHP isset call
 class ToArrayExpr
          Converts to an array
 class ToArrayExprPro
          Converts to an array
 class ToBinaryExpr
          Converts to an string
 class ToBinaryExprPro
          Converts to an binary
 class ToBooleanExpr
          Converts to a boolean
 class ToBooleanExprPro
          Converts to a boolean
 class ToDoubleExpr
          Converts to a double
 class ToDoubleExprPro
          Converts to a double
 class ToLongExpr
          Converts to a long
 class ToLongExprPro
          Converts to a long
 class ToObjectExpr
          Converts to an object
 class ToObjectExprPro
          Converts to an object
 class ToStringExpr
          Converts to an string
 class ToStringExprPro
          Converts to an string
 class ToUnicodeExpr
          Converts to an string
 class ToUnicodeExprPro
          Converts to an string
 class UnaryBitNotExpr
          Represents a PHP bitwise not expression.
 class UnaryBitNotExprPro
          Represents a PHP bitwise not expression.
 class UnaryCopyExpr
          Represents a PHP variable assignment
 class UnaryCopyExprPro
          Represents a PHP variable assignment
 class UnaryMinusExpr
          A "- $a" unary minus.
 class UnaryMinusExprPro
          Represents a PHP unary minus.
 class UnaryNotExpr
          Represents a PHP boolean negation
 class UnaryNotExprPro
          Represents a PHP boolean negation
 class UnaryPlusExpr
          A "+ $a" unary plus.
 class UnaryPlusExprPro
          Represents a PHP unary plus.
 class UnaryPostIncrementExpr
          Represents a PHP post increment expression.
 class UnaryPostIncrementExprPro
          Represents a PHP post increment expression.
 class UnaryPreIncrementExpr
          Represents a PHP pre increment expression.
 class UnaryPreIncrementExprPro
          Represents a PHP pre increment expression.
 class UnaryRefExpr
          Represents a PHP reference argument.
 class UnaryRefExprPro
          Represents a PHP reference argument.
 class UnarySuppressErrorExpr
          Represents a PHP error suppression
 class UnarySuppressErrorExprPro
          Represents a PHP error suppression