ExecutableFunction.st
changeset 3924 48aee282d627
parent 3421 78a276e71115
child 3932 bbfde2a0eef1
--- a/ExecutableFunction.st	Tue Nov 10 15:37:51 1998 +0100
+++ b/ExecutableFunction.st	Wed Nov 11 15:39:24 1998 +0100
@@ -260,6 +260,12 @@
     "Created: 16.4.1996 / 16:31:42 / cg"
 !
 
+isJavaMethod
+    ^ false
+
+    "Created: / 10.11.1998 / 18:26:44 / cg"
+!
+
 isLazyMethod
     "return true, if this is a lazy method.
      False is returned here - this method is redefined in LazyMethod"
@@ -344,6 +350,6 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.36 1998-05-07 17:45:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.37 1998-11-11 14:39:24 cg Exp $'
 ! !
 ExecutableFunction initialize!