Parser.st
changeset 385 425fc425516b
parent 382 49aeeb0746ba
child 387 908ee278cdf5
--- a/Parser.st	Mon Oct 21 17:53:12 1996 +0200
+++ b/Parser.st	Mon Oct 21 18:14:04 1996 +0200
@@ -3457,6 +3457,12 @@
     ^ hasPrimitiveCode
 !
 
+lineNumberInfo
+    ^ lineNumberInfo
+
+    "Created: 21.10.1996 / 17:06:16 / cg"
+!
+
 methodArgs
     "return an array with methodarg names (valid after parsing spec)"
 
@@ -3638,6 +3644,6 @@
 !Parser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.96 1996-10-21 14:01:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.97 1996-10-21 16:14:04 cg Exp $'
 ! !
 Parser initialize!