Operator
extends Lexeme
in package
Table of Contents
- $length : int
- $priority : int
- $value : mixed
- __construct() : mixed
Properties
$length
public
int
$length
$priority read-only
public
int
$priority
$value
public
mixed
$value
Methods
__construct()
public
__construct(mixed $value, int $length, int $priority) : mixed
Parameters
- $value : mixed
- $length : int
- $priority : int