Example #1
0
 public c_Enumerator3 m_Enumerator_new(c_List5 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;
 }
Example #2
0
 public int p_SetAttribute(String t_name,String t_value)
 {
     bb_std_lang.pushErr();
     bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<262>";
     if(m_attributes==null){
         bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<262>";
         m_attributes=(new c_List5()).m_List_new();
     }
     bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<265>";
     c_ConfigAttribute t_attribute=p_GetConfigAttribute(t_name);
     bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<268>";
     if((t_attribute)!=null){
         bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<270>";
         t_attribute.p_SetValue(t_value);
     }else{
         bb_std_lang.errInfo="C:/MonkeyXPro82b/modules/angelfont/config.monkey<273>";
         m_attributes.p_AddLast5((new c_ConfigAttribute()).m_ConfigAttribute_new(t_name,t_value));
     }
     bb_std_lang.popErr();
     return 0;
 }