| sdleiF | |
| int AfterObject RO | AfterObject break condition |
| int BeforeObject RO | BeforeObject break condition |
| int BeforeUnknown RO | BeforeUnknown break condition |
| string comment RO | last comment |
| object currentObject | current object |
| int firstComment RO0 .. 1 (false/true) | first comment |
| string objectName | current object's class name |
| int OnComment RO | OnComment break condition |
| int OnError RO | OnError break condition |
| int status RO | loader status |
| snoitcnuF | |
| function abort()doesn't return a value | abort loading |
| function addClass(object)doesn't return a value | add class definition |
| function clearClasses()doesn't return a value | remove all definitions |
| function go()returns int | load until next break |
| function loadObject()doesn't return a value | load current object |
| function removeClass(object)doesn't return a value | remove class definition |
| function run()returns int | continue loading |
| function setBreak(int break_conditions)doesn't return a value | define break condition |
| function setBreakLabel(int break_condition, string label)doesn't return a value | associate code label with the break condition |
| function skipObject()doesn't return a value | skip current object |