you mean you have a function inside another function and you want to call the child function !? why did you make it like this ? it's just not needed ..
try calling them like this :
or you could call these functions without creating the object !! the opereator :: does this :
the good thing about :: is that if your class is large you can use this operator to run the functions without processing the whole object ...
what ever was the level of the function you can just call it ..