fixed bug in image compiler; GST parser now understands categories
[k8lst.git] / imgsrc / defs / base / base / ModuleMain
blob4468c22643ea655bddebd5ad4221fd1d2a3286e1
1 COMMENT   The strange circular world at the beginning
2 COMMENT RAWCLASS Object MetaObject nil
3 COMMENT
4 RAWCLASS Class        MetaClass    Object      cvName cvParentClass cvMethods cvSize cvVariables cvPackage
5 RAWCLASS MetaObject   Class        Class
6 RAWCLASS MetaClass    Class        MetaObject
8 COMMENT Object subclass: Package packages | name version requires
9 COMMENT CLASS PackageRequirement  Object  name minVersion
11 COMMENT
12 COMMENT some forward declarations
13 COMMENT
17   retRes and optimDone is used in optimizer
18   if optimDone is SmallInt: return this integer constant
19   if optimDone is not nil: return retRes
22 CLASS Method     Object  name byteCodes literals stackSize temporarySize class text argCount \
23                          debugInfo argNames tempNames dbgData \
24                          optimDone retRes \
25                          category \
26                          invokeCount
27 CLASS Magnitude  Object
29 COMMENT Object subclass: Package packages current | classes name version requires
32 INCLUDE object
33 INCLUDE class
34 INCLUDE undefined
35 INCLUDE method
36 INCLUDE magnitude
37 INCLUDE process
38 INCLUDE context
39 INCLUDE block
40 INCLUDE package