added #isJavaContext
authorcg
Fri, 08 May 1998 19:30:56 +0000
changeset 346 36573254a561
parent 345 7cfa66af11a0
child 347 3585e74e6e86
added #isJavaContext
JavaContext.st
--- a/JavaContext.st	Thu May 07 17:47:01 1998 +0000
+++ b/JavaContext.st	Fri May 08 19:30:56 1998 +0000
@@ -330,6 +330,14 @@
     "Created: / 7.5.1998 / 01:23:57 / cg"
 !
 
+isJavaContext
+    "return true, if this is a javaContext."
+
+    ^ true
+
+    "Created: / 8.5.1998 / 21:23:47 / cg"
+!
+
 stackFrame
     "private interface to the debugger."
 
@@ -341,5 +349,5 @@
 !JavaContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.22 1998/05/07 17:36:06 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.23 1998/05/08 19:30:56 cg Exp $'
 ! !