CastNode
class CastNode extends ExpressionNode implements OperatorNode
Type cast (int), (string), (array), etc.
Constants
| private Types |
|
Methods
string
array
getOperatorPrecedence()
Returns [precedence, associativity] for this operator.
getIterator()
No description
Details
at line 24
__construct(string $type, ExpressionNode $expr, Position|null $position = null)
No description
at line 35
string
print(PrintContext $context)
No description
at line 41
array
getOperatorPrecedence()
Returns [precedence, associativity] for this operator.
at line 47
Generator
getIterator()
No description