home *** CD-ROM | disk | FTP | other *** search
- ;This is machine generated file, do not edit
- ;Generated by JavaScript
- interface Number.class
- native op:new Number_op_new_1_
- native rand static_Number_rand_0
- native rand static_Number_rand_1_int
- end
-
- interface Number.instance
- native op:add Number_op_add_1_Number
- native op:sub Number_op_sub_1_Number
- native op:mul Number_op_mul_1_Number
- native op:div Number_op_div_1_Number
- native op:mod Number_op_mod_1_Number
- native op:eq Number_op_eq_1_Number
- native op:neq Number_op_neq_1_Number
- native op:lt Number_op_lt_1_Number
- native op:gt Number_op_gt_1_Number
- native op:let Number_op_let_1_Number
- native op:get Number_op_get_1_Number
- native op:inc Number_op_inc_0
- native op:dec Number_op_dec_0
- native sin Number_sin_0
- native cos Number_cos_0
- native tan Number_tan_0
- native asin Number_asin_0
- native acos Number_acos_0
- native atan Number_atan_0
- native log Number_log_0
- native exp Number_exp_0
- native power Number_power_1_float
- native abs Number_abs_0
- native sgn Number_sgn_0
- native round Number_round_0
- end
-
- interface Math.class
- native get:PI static_Math_get_PI_0
- native get:E static_Math_get_E_0
- native min static_Math_min_0
- native max static_Math_max_0
- end
-
- interface Math.instance
- end
-
- interface MultiIndex.class
- native op:new MultiIndex_op_new_0
- native op:new MultiIndex_op_new_1_Array
- end
-
- interface MultiIndex.instance
- native op:get:index MultiIndex_op_get_index_1_int
- native op:set:index MultiIndex_op_set_index_2_int_int
- native reverse MultiIndex_reverse_0
- native add MultiIndex_add_1_int
- native toArray MultiIndex_toArray_0
- native clone MultiIndex_clone_0
- end
-
- interface CharMap.class
- native op:new CharMap_op_new_0
- end
-
- interface CharMap.instance
- native get:source CharMap_get_source_0
- native set:source CharMap_set_source_1_string
- native get:target CharMap_get_target_0
- native set:target CharMap_set_target_1_string
- end
-
- interface String.class
- native op:new String_op_new_1_Object
- end
-
- interface String.instance
- native op:add String_op_add_1_string
- native op:eq String_op_eq_1_string
- native op:neq String_op_neq_1_string
- native op:lt String_op_lt_1_string
- native op:gt String_op_gt_1_string
- native op:let String_op_let_1_string
- native op:get String_op_get_1_string
- native get:length String_get_length_0
- native op:get:index String_op_get_index_1_int
- native beginsWith String_beginsWith_1_string
- native endsWith String_endsWith_1_string
- native charAt String_charAt_1_int
- native substr String_substr_2_int_int
- native substring String_substring_2_int_int
- native toUpperCase String_toUpperCase_0
- native toLowerCase String_toLowerCase_0
- native trim String_trim_0
- native indexOf String_indexOf_1_string
- native split String_split_1_string
- native save String_save_1_string
- native mapBeginsWith String_mapBeginsWith_2_string_CharMap
- end
-
- interface ArrayIterator.class
- end
-
- interface ArrayIterator.instance
- native getValue ArrayIterator_getValue_0
- native moveNext ArrayIterator_moveNext_0
- end
-
- interface Array.class
- native op:new Array_op_new_0
- end
-
- interface Array.instance
- native op:get:index Array_op_get_index_1_Number
- native op:set:index Array_op_set_index_2_Number_Object
- native push Array_push_0
- native get:length Array_get_length_0
- native get:count Array_get_count_0
- native pop Array_pop_0
- native reverse Array_reverse_0
- native shift Array_shift_0
- native join Array_join_1_String
- native sort Array_sort_1_Object
- native sort Array_sort_0
- native erase Array_erase_2_Number_Number
- native insert Array_insert_2_Number_Object
- native search Array_search_1_
- native remove Array_remove_1_
- native reOrder Array_reOrder_1_MultiIndex
- native clear Array_clear_0
- native get:last Array_get_last_0
- native getIterator Array_getIterator_0
- native clone Array_clone_0
- native assign Array_assign_1_Array
- end
-
- interface Matrix.class
- native op:new Matrix_op_new_0
- end
-
- interface Matrix.instance
- native op:get:index Matrix_op_get_index_0
- native op:set:index Matrix_op_set_index_1_Object
- native fill Matrix_fill_1_
- native search Matrix_search_1_
- native clone Matrix_clone_0
- end
-
- interface StringBuffer.class
- native op:new StringBuffer_op_new_0
- end
-
- interface StringBuffer.instance
- native add StringBuffer_add_1_string
- native erase StringBuffer_erase_2_int_int
- end
-
- interface System.class
- end
-
- interface System.instance
- native createArray System_createArray_0
- native getStackTrace System_getStackTrace_0
- native createDelegate System_createDelegate_2_string_
- native op:get:prop System_op_get_prop_1_string
- native op:set:prop System_op_set_prop_2_string_Object
- end
-
- interface Date.class
- native op:new Date_op_new_0
- end
-
- interface Date.instance
- native get:day Date_get_day_0
- native set:day Date_set_day_1_Number
- native get:month Date_get_month_0
- native set:month Date_set_month_1_Number
- native get:year Date_get_year_0
- native set:year Date_set_year_1_Number
- native get:hours Date_get_hours_0
- native set:hours Date_set_hours_1_Number
- native get:minutes Date_get_minutes_0
- native set:minutes Date_set_minutes_1_Number
- native get:seconds Date_get_seconds_0
- native set:seconds Date_set_seconds_1_Number
- native get:asString Date_get_asString_0
- end
-
- interface File.class
- native op:new File_op_new_1_string
- native get:root static_File_get_root_0
- native list static_File_list_1_string
- end
-
- interface File.instance
- native isFile File_isFile_0
- native isDirectory File_isDirectory_0
- native op:div File_op_div_1_string
- native listFiles File_listFiles_1_string
- native mkdir File_mkdir_0
- native mkdirs File_mkdirs_0
- native relTo File_relTo_1_string
- native getDirectory File_getDirectory_0
- native op:mod File_op_mod_1_string
- native load File_load_0
- native copyTo File_copyTo_1_string
- native renameTo File_renameTo_1_string
- native hasExt File_hasExt_1_string
- end
-
- interface StoreIterator.class
- end
-
- interface StoreIterator.instance
- native moveNext StoreIterator_moveNext_0
- native getValue StoreIterator_getValue_0
- end
-
- interface Store.class
- native op:new Store_op_new_0
- end
-
- interface Store.instance
- native op:get:prop Store_op_get_prop_1_string
- native op:set:prop Store_op_set_prop_2_string_Object
- native op:get:index Store_op_get_index_1_string
- native op:set:index Store_op_set_index_2_string_Object
- native getIterator Store_getIterator_0
- end
-
- interface Exception.class
- native op:new Exception_op_new_1_string
- end
-
- interface Exception.instance
- end
-
- interface VarListIterator.class
- end
-
- interface VarListIterator.instance
- native moveNext VarListIterator_moveNext_0
- native getValue VarListIterator_getValue_0
- end
-
- interface VarList.class
- native op:new VarList_op_new_0
- end
-
- interface VarList.instance
- native getIterator VarList_getIterator_0
- native clear VarList_clear_0
- native eraseVar VarList_eraseVar_1_string
- end
-
- interface XMLIterator.class
- end
-
- interface XMLIterator.instance
- native getValue XMLIterator_getValue_0
- native moveNext XMLIterator_moveNext_0
- end
-
- interface XMLNode.class
- native op:new XMLNode_op_new_0
- native load static_XMLNode_load_1_string
- end
-
- interface XMLNode.instance
- native op:get:index XMLNode_op_get_index_1_MultiIndex
- native get:name XMLNode_get_name_0
- native set:name XMLNode_set_name_1_string
- native get:text XMLNode_get_text_0
- native set:text XMLNode_set_text_1_string
- native op:get:index XMLNode_op_get_index_1_int
- native getSub XMLNode_getSub_1_string
- native at XMLNode_at_1_int
- native add XMLNode_add_0
- native forceSub XMLNode_forceSub_1_string
- native eraseAt XMLNode_eraseAt_1_int
- native eraseSub XMLNode_eraseSub_1_string
- native assign XMLNode_assign_1_XMLNode
- native get:count XMLNode_get_count_0
- native get:varCount XMLNode_get_varCount_0
- native varAt XMLNode_varAt_1_int
- native varNameAt XMLNode_varNameAt_1_int
- native getVar XMLNode_getVar_1_string
- native setVar XMLNode_setVar_2_string_string
- native sort XMLNode_sort_1_string
- native copy1 XMLNode_copy1_0
- native op:get:prop XMLNode_op_get_prop_1_string
- native op:set:prop XMLNode_op_set_prop_2_string_string
- native op:get:elem XMLNode_op_get_elem_1_string
- native save XMLNode_save_1_string
- native clear XMLNode_clear_0
- native load XMLNode_load_1_string
- native saveVars XMLNode_saveVars_1_VarList
- native loadVars XMLNode_loadVars_1_VarList
- native clearVars XMLNode_clearVars_0
- native eraseVar XMLNode_eraseVar_1_string
- native nodeAt XMLNode_nodeAt_1_MultiIndex
- native op:eq XMLNode_op_eq_1_XMLNode
- native op:neq XMLNode_op_neq_1_XMLNode
- native equalTo XMLNode_equalTo_1_XMLNode
- native weekEqualTo XMLNode_weekEqualTo_1_XMLNode
- native isVar XMLNode_isVar_1_string
- native isSub XMLNode_isSub_1_string
- native getIterator XMLNode_getIterator_0
- native clone XMLNode_clone_0
- end
-
- interface Delegate.class
- end
-
- interface Delegate.instance
- native op:call Delegate_op_call_0
- end
-
- interface QuickSorter.class
- native op:new QuickSorter_op_new_0
- end
-
- interface QuickSorter.instance
- native push QuickSorter_push_0
- native sort QuickSorter_sort_0
- end
-
- module stdobjs.module
- 0
-
- sub @init 0
- code
- pushstr "stdlib"
- pushthis
- pushsys
- cm op:set:prop 2
- jnx 0
- xraise
- @0:
- pop
- ;Initialization of class Number
- co Number.class
- pushsys
- setprop Number
- pop
- pushthis
- setprop Number
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Math
- co Math.class
- pushsys
- setprop Math
- pop
- pushthis
- setprop Math
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class MultiIndex
- co MultiIndex.class
- pushsys
- setprop MultiIndex
- pop
- pushthis
- setprop MultiIndex
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class CharMap
- co CharMap.class
- pushsys
- setprop CharMap
- pop
- pushthis
- setprop CharMap
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class String
- co String.class
- pushsys
- setprop String
- pop
- pushthis
- setprop String
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class ArrayIterator
- co ArrayIterator.class
- pushsys
- setprop ArrayIterator
- pop
- pushthis
- setprop ArrayIterator
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Array
- co Array.class
- pushsys
- setprop Array
- pop
- pushthis
- setprop Array
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Matrix
- co Matrix.class
- pushsys
- setprop Matrix
- pop
- pushthis
- setprop Matrix
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class StringBuffer
- co StringBuffer.class
- pushsys
- setprop StringBuffer
- pop
- pushthis
- setprop StringBuffer
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class System
- co System.class
- pushsys
- setprop System
- pop
- pushthis
- setprop System
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Date
- co Date.class
- pushsys
- setprop Date
- pop
- pushthis
- setprop Date
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class File
- co File.class
- pushsys
- setprop File
- pop
- pushthis
- setprop File
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class StoreIterator
- co StoreIterator.class
- pushsys
- setprop StoreIterator
- pop
- pushthis
- setprop StoreIterator
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Store
- co Store.class
- pushsys
- setprop Store
- pop
- pushthis
- setprop Store
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Exception
- co Exception.class
- pushsys
- setprop Exception
- pop
- pushthis
- setprop Exception
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class VarListIterator
- co VarListIterator.class
- pushsys
- setprop VarListIterator
- pop
- pushthis
- setprop VarListIterator
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class VarList
- co VarList.class
- pushsys
- setprop VarList
- pop
- pushthis
- setprop VarList
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class XMLIterator
- co XMLIterator.class
- pushsys
- setprop XMLIterator
- pop
- pushthis
- setprop XMLIterator
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class XMLNode
- co XMLNode.class
- pushsys
- setprop XMLNode
- pop
- pushthis
- setprop XMLNode
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Delegate
- co Delegate.class
- pushsys
- setprop Delegate
- pop
- pushthis
- setprop Delegate
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class QuickSorter
- co QuickSorter.class
- pushsys
- setprop QuickSorter
- pop
- pushthis
- setprop QuickSorter
- xchg 1 2
- setprop module
- polypop 2
- ;Init block of module
- doret 0
- end
- end