Package | Description |
---|---|
com.caucho.quercus.expr |
Modifier and Type | Class and Description |
---|---|
class |
BinaryInstanceOfExpr
Represents a PHP instanceof expression.
|
class |
FunCloneExpr
Represents a PHP clone
|
class |
FunEachExpr
Represents a PHP each expression.
|
class |
FunIncludeExpr
Represents a PHP include statement
|
class |
FunIncludeOnceExpr
Represents a PHP include statement
|
class |
FunIssetExpr
Represents a PHP isset call
|
class |
ToArrayExpr
Converts to an array
|
class |
ToBinaryExpr
Converts to an string
|
class |
ToBooleanExpr
Converts to a boolean
|
class |
ToDoubleExpr
Converts to a double
|
class |
ToLongExpr
Converts to a long
|
class |
ToObjectExpr
Converts to an object
|
class |
ToStringExpr
Converts to an string
|
class |
ToUnicodeExpr
Converts to an string
|
class |
UnaryBitNotExpr
Represents a PHP bitwise not expression.
|
class |
UnaryCopyExpr
Represents a PHP variable assignment
|
class |
UnaryMinusExpr
A "- $a" unary minus.
|
class |
UnaryNotExpr
Represents a PHP boolean negation
|
class |
UnaryPlusExpr
A "+ $a" unary plus.
|
class |
UnaryPostIncrementExpr
Represents a PHP post increment expression.
|
class |
UnaryPreIncrementExpr
Represents a PHP pre increment expression.
|
class |
UnaryRefExpr
Represents a PHP reference argument.
|
class |
UnarySuppressErrorExpr
Represents a PHP error suppression
|