SyntaxHighlighter2.st
changeset 17371 ffbfab2b0c09
parent 15714 cf4df6faaa96
child 17858 b2633d40e03f
equal deleted inserted replaced
17370:9e585530454d 17371:ffbfab2b0c09
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7 Permission is hereby granted, free of charge, to any person
     5 Permission is hereby granted, free of charge, to any person
   297 
   295 
   298 !SyntaxHighlighter2 methodsFor:'initialization'!
   296 !SyntaxHighlighter2 methodsFor:'initialization'!
   299 
   297 
   300 initialize
   298 initialize
   301 
   299 
       
   300     <modifier: #super> "must be called if redefined"
       
   301 
   302     super initialize.
   302     super initialize.
   303     elements := ParseTreeIndex new.
   303     elements := ParseTreeIndex new.
   304     lastVariableElements := Dictionary new.
   304     lastVariableElements := Dictionary new.
   305 
   305 
   306     "Created: / 14-02-2010 / 13:08:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   306     "Created: / 14-02-2010 / 13:08:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   307     "Modified: / 21-08-2011 / 09:37:35 / cg"
       
   308     "Modified: / 16-02-2012 / 09:59:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   307     "Modified: / 16-02-2012 / 09:59:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   308     "Modified: / 08-02-2017 / 00:31:42 / cg"
   309 ! !
   309 ! !
   310 
   310 
   311 !SyntaxHighlighter2 methodsFor:'parsing-expressions'!
   311 !SyntaxHighlighter2 methodsFor:'parsing-expressions'!
   312 
   312 
   313 _binaryExpressionFor:receiverArg
   313 _binaryExpressionFor:receiverArg