*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 21 Aug 2006 17:22:25 +0200
changeset 1836 8939f9f03f63
parent 1835 e07990c2ad80
child 1837 d1b121cc9de4
*** empty log message ***
stx_libcomp.st
--- a/stx_libcomp.st	Mon Aug 21 17:20:32 2006 +0200
+++ b/stx_libcomp.st	Mon Aug 21 17:22:25 2006 +0200
@@ -12,54 +12,54 @@
 
 classNamesAndAttributes
     ^ #(
-	"/ <className> or (<className> attributes...)
-	'AssignmentNode'
-	'BinaryNode'
-	'BlockNode'
-	'ByteCodeCompiler'
-	'CascadeNode'
-	'CodeStream'
-	'CompilationErrorHandler'
-	'ConstantNode'
-	'Decompiler'
-	'Explainer'
-	'ImmutableArray'
-	'ImmutableString'
-	'LazyMethod'
-	'MessageNode'
-	'MethodNode'
-	'NullScope'
-	'ObjectFileHandle'
-	'ObjectFileLoader'
-	'OldParserTest'
-	'ParameterNode'
-	'ParseErrorNode'
-	'ParseNode'
-	'Parser'
-	'ParserFlags'
-	'PrimaryNode'
-	'PrimitiveNode'
-	'ProgramNode'
-	'ProgramNodeBuilder'
-	'ProgramNodeEnumerator'
-	'Reference'
-	'ReturnNode'
-	'STCCompilerInterface'
-	'Scanner'
-	'SelfNode'
-	'SourceFileLoader'
-	'StatementNode'
-	'Structure'
-	'SuperNode'
-	'Switch'
-	'SyntaxError'
-	'SyntaxHighlighter'
-	'UnaryNode'
-	'UndefinedVariable'
-	'Variable'
-	'VariableNode'
-	'WarningCompilationErrorHandler'
-	'stx_libcomp'
+        "/ <className> or (<className> attributes...)
+        'AssignmentNode'
+        'BinaryNode'
+        'BlockNode'
+        'ByteCodeCompiler'
+        'CascadeNode'
+        ('CodeStream' #auto)
+        'CompilationErrorHandler'
+        'ConstantNode'
+        'Decompiler'
+        'Explainer'
+        'ImmutableArray'
+        'ImmutableString'
+        'LazyMethod'
+        'MessageNode'
+        ('MethodNode' #auto)
+        ('NullScope' #auto)
+        'ObjectFileHandle'
+        'ObjectFileLoader'
+        ('OldParserTest' #auto)
+        ('ParameterNode' #auto)
+        'ParseErrorNode'
+        'ParseNode'
+        'Parser'
+        'ParserFlags'
+        'PrimaryNode'
+        'PrimitiveNode'
+        'ProgramNode'
+        'ProgramNodeBuilder'
+        'ProgramNodeEnumerator'
+        ('Reference' #auto)
+        'ReturnNode'
+        'STCCompilerInterface'
+        'Scanner'
+        'SelfNode'
+        'SourceFileLoader'
+        'StatementNode'
+        'Structure'
+        'SuperNode'
+        'Switch'
+        ('SyntaxError' #auto)
+        'SyntaxHighlighter'
+        'UnaryNode'
+        'UndefinedVariable'
+        'Variable'
+        'VariableNode'
+        'WarningCompilationErrorHandler'
+        'stx_libcomp'
     )
 !
 
@@ -97,5 +97,5 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.1 2006-08-21 15:13:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.2 2006-08-21 15:22:25 cg Exp $'
 ! !