JavaMethod.st
changeset 696 83b80f822e99
parent 693 2beae7b13cdb
child 697 d7d1d4a14d54
--- a/JavaMethod.st	Mon Dec 18 14:34:49 2000 +0000
+++ b/JavaMethod.st	Mon Dec 18 14:36:47 2000 +0000
@@ -769,6 +769,10 @@
     "Created: / 16.10.1998 / 01:51:04 / cg"
 !
 
+getSourcePosition
+    ^ 1
+!
+
 hasLineNumberInformation
     ^ lineNumberTable notNil
 
@@ -1899,6 +1903,6 @@
 !JavaMethod class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethod.st,v 1.99 2000/12/11 16:23:31 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethod.st,v 1.100 2000/12/18 14:36:47 cg Exp $'
 ! !
 JavaMethod initialize!