public c_Enumerator4 m_Enumerator_new(c_List4 t_list) { bb_std_lang.pushErr(); bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/monkey/list.monkey<326>"; m__list=t_list; bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/monkey/list.monkey<327>"; m__curr=t_list.m__head.m__succ; bb_std_lang.popErr(); return this; }
public int p_AddChild(c_ConfigNode t_childNode) { bb_std_lang.pushErr(); bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<210>"; t_childNode.m_parent=this; bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<213>"; if(m_children==null){ bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<213>"; m_children=(new c_List4()).m_List_new(); } bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<216>"; m_children.p_AddLast4(t_childNode); bb_std_lang.popErr(); return 0; }