class a(HOGE){
var hoge;

function a(HOGE){
hoge=HOGE;
}

function b(){
var moge = hoge+"moge";
}
}

吉里吉里ってこのメソッドbの変数mogeに直接アクセス出来る?
global.a.b.moge?