PreOpNode
class PreOpNode extends ExpressionNode implements OperatorNode
Prefix increment/decrement (++$var, --$var).
Constants
| private Ops |
|
Methods
string
array
getOperatorPrecedence()
Returns [precedence, associativity] for this operator.
void
validate()
No description
getIterator()
No description
Details
at line 25
__construct(ExpressionNode $var, string $operator, Position|null $position = null)
No description
at line 37
string
print(PrintContext $context)
No description
at line 44
array
getOperatorPrecedence()
Returns [precedence, associativity] for this operator.
at line 50
void
validate()
No description
at line 58
Generator
getIterator()
No description