experiments/JavaCompiler.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/experiments/JavaCompiler.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/experiments/JavaCompiler.st	Wed Feb 20 23:05:49 2013 +0000
@@ -111,6 +111,7 @@
     "Created: #dotJavaPathname / 13-12-2012 / 00:02:03 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler class methodsFor:'initialization'!
 
 initialize
@@ -124,6 +125,7 @@
     "Modified: / 15-12-2012 / 23:02:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler class methodsFor:'instance creation'!
 
 new
@@ -138,6 +140,7 @@
     "Created: / 15-12-2012 / 16:58:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler class methodsFor:'accessing'!
 
 fileOutDirectory
@@ -146,6 +149,7 @@
     "Created: / 15-12-2012 / 23:03:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler class methodsFor:'compiling'!
 
 compile: source 
@@ -164,6 +168,7 @@
     "Modified (comment): / 15-12-2012 / 16:52:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler methodsFor:'compiling'!
 
 compile:source
@@ -182,6 +187,7 @@
     "Modified (comment): / 02-01-2013 / 16:32:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer class methodsFor:'accessing'!
 
 ignoredNames
@@ -190,6 +196,7 @@
     "Created: / 15-12-2012 / 17:17:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer class methodsFor:'documentation'!
 
 copyright
@@ -232,6 +239,7 @@
     ^ '§Id::                                                                                                                        §'
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer class methodsFor:'instance creation'!
 
 analyze: javaSourceCode
@@ -248,6 +256,7 @@
     "Created: / 15-12-2012 / 17:15:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer methodsFor:'accessing'!
 
 className
@@ -282,6 +291,7 @@
     "Modified: / 15-12-2012 / 17:56:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer methodsFor:'grammar'!
 
 importDeclaration 
@@ -305,6 +315,7 @@
     "Created: / 15-12-2012 / 22:44:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer methodsFor:'grammar-classes'!
 
 normalClassDeclaration
@@ -324,6 +335,7 @@
     "Created: / 15-12-2012 / 17:08:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::ClassSourceAnalyzer methodsFor:'parsing'!
 
 analyze: aString 
@@ -335,6 +347,7 @@
     "Modified: / 15-12-2012 / 17:04:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::Javac class methodsFor:'documentation'!
 
 documentation
@@ -355,6 +368,7 @@
 "
 ! !
 
+
 !JavaCompiler::Javac methodsFor:'compiling'!
 
 compile:source
@@ -385,6 +399,7 @@
     "Modified: / 02-01-2013 / 16:33:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::JavacExternal class methodsFor:'documentation'!
 
 documentation
@@ -404,6 +419,7 @@
 "
 ! !
 
+
 !JavaCompiler::JavacExternal methodsFor:'compiling'!
 
 compile: source
@@ -449,6 +465,7 @@
     "Modified: / 13-12-2012 / 00:11:43 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler::JavacExternal methodsFor:'private'!
 
 analyzerFor: sourceCode
@@ -538,10 +555,11 @@
     "Created: / 12-12-2012 / 23:59:00 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 ! !
 
+
 !JavaCompiler class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/experiments/JavaCompiler.st,v 1.1 2013-02-16 18:08:39 vrany Exp $'
 !
 
 version_HG