Flow\Token::__construct PHP Method

__construct() public method

public __construct ( $type, $value, $line, $char )
    public function __construct($type, $value, $line, $char)
    {
        $this->type = $type;
        $this->value = $value;
        $this->line = $line;
        $this->char = $char;
    }