JavaContext.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/JavaContext.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/JavaContext.st	Mon Feb 25 12:15:35 2013 +0100
@@ -20,7 +20,7 @@
 "
 "{ Package: 'stx:libjava' }"
 
-Context variableSubclass:#JavaContext
+Context subclass:#JavaContext
 	instanceVariableNames:'exArg exPC byteCode constPool acqrMonitors'
 	classVariableNames:''
 	poolDictionaries:''
@@ -60,6 +60,7 @@
 "
 ! !
 
+
 !JavaContext methodsFor:'* As yet uncategorized *'!
 
 markForException
@@ -95,6 +96,7 @@
     "Created: / 10-04-2012 / 11:09:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaContext methodsFor:'ST context mimicri'!
 
 arg1Index
@@ -321,6 +323,7 @@
     "Created: / 13.1.1998 / 16:48:16 / cg"
 ! !
 
+
 !JavaContext methodsFor:'accessing'!
 
 acquiredMonitors
@@ -387,6 +390,7 @@
     "Modified: / 17-11-2011 / 19:14:29 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaContext methodsFor:'exception handler support'!
 
 exceptionArg:aJavaException
@@ -402,6 +406,7 @@
     "Created: / 7.1.1998 / 21:36:56 / cg"
 ! !
 
+
 !JavaContext methodsFor:'non local control flow'!
 
 unwindAndRestartForJavaException
@@ -446,6 +451,7 @@
     "Created: / 08-11-2011 / 22:00:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaContext methodsFor:'printing & storing'!
 
 receiverPrintString
@@ -504,6 +510,7 @@
     ^ newString
 ! !
 
+
 !JavaContext methodsFor:'queries'!
 
 hasStackToShow
@@ -533,6 +540,7 @@
     "Created: / 7.5.1998 / 01:26:19 / cg"
 ! !
 
+
 !JavaContext::FinallyToken methodsFor:'accessing'!
 
 context
@@ -567,6 +575,7 @@
     value := something.
 ! !
 
+
 !JavaContext::FinallyToken methodsFor:'actions'!
 
 pass
@@ -586,14 +595,15 @@
     "Created: / 04-04-2012 / 20:24:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaContext.st,v 1.39 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaContext.st,v 1.40 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaContext.st,v 1.39 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaContext.st,v 1.40 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_HG