QuackCompiler\Lexer\Token::__construct PHP Method

__construct() public method

public __construct ( $tag, $pointer = null )
    public function __construct($tag, $pointer = null)
    {
        $this->tag = $tag;
        $this->pointer = $pointer;
    }