JavaLanguage.st
branchcvs_MAIN
changeset 3994 f2b42ed3e0f6
parent 3920 47a7b4a23bee
equal deleted inserted replaced
3993:7d6d72ea6cf1 3994:f2b42ed3e0f6
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1996-2015 by Claus Gittinger
     2  COPYRIGHT (c) 1996-2015 by Claus Gittinger
     5 
     3 
     6  New code and modifications done at SWING Research Group [1]:
     4  New code and modifications done at SWING Research Group [1]:
     7 
     5 
   180 
   178 
   181     "Created: / 31-08-2013 / 10:05:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   179     "Created: / 31-08-2013 / 10:05:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   182 ! !
   180 ! !
   183 
   181 
   184 !JavaLanguage methodsFor:'queries'!
   182 !JavaLanguage methodsFor:'queries'!
       
   183 
       
   184 canBeCompiled
       
   185     "true if compilable in the browser"
       
   186 
       
   187     ^ true
       
   188 !
   185 
   189 
   186 supportsExtensionMethods
   190 supportsExtensionMethods
   187     "
   191     "
   188       Answer true iff this language supports extension methods, i.e., if the language
   192       Answer true iff this language supports extension methods, i.e., if the language
   189       can provide extension methods for another class (not necessarily of the same language
   193       can provide extension methods for another class (not necessarily of the same language