QuackCompiler\Lexer\Token::__construct PHP 메소드

__construct() 공개 메소드

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