Path in a varible

i have to type “_parent._parent.” alot in my current script.
i am refering to the _parent._parent CLASS.

is it valid to say


var a = _parent._parent;
a.mc_name....<some action>;

or will that execute the contructor of the _parent._parent class?