Scanner.st
changeset 650 a8bcb32d1665
parent 648 f2e96d4456ec
child 656 e4249b285fd8
equal deleted inserted replaced
649:06675201ca18 650:a8bcb32d1665
    81 
    81 
    82 binarySelectorCharacters
    82 binarySelectorCharacters
    83     "return a collection of characters which are allowed in
    83     "return a collection of characters which are allowed in
    84      binary selectors"
    84      binary selectors"
    85 
    85 
    86     ^ #( $& $- $+ $= $* $/ $\ $< $> $~ $@ $, $? $!! $|)
    86     ^ #( $& $- $+ $= $* $/ $\ $< $> $~ $@ $, $? $!! $| $%)
    87 
    87 
    88     "Created: 4.1.1997 / 14:13:24 / cg"
    88     "Created: / 4.1.1997 / 14:13:24 / cg"
       
    89     "Modified: / 27.2.1998 / 02:01:28 / cg"
    89 !
    90 !
    90 
    91 
    91 initialize
    92 initialize
    92     "initialize the classes defaults. Typically, these are changed
    93     "initialize the classes defaults. Typically, these are changed
    93      later in the 'private.rc' file."
    94      later in the 'private.rc' file."
  1674 ! !
  1675 ! !
  1675 
  1676 
  1676 !Scanner class methodsFor:'documentation'!
  1677 !Scanner class methodsFor:'documentation'!
  1677 
  1678 
  1678 version
  1679 version
  1679     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.73 1998-02-17 17:46:00 cg Exp $'
  1680     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.74 1998-02-27 12:54:16 cg Exp $'
  1680 ! !
  1681 ! !
  1681 Scanner initialize!
  1682 Scanner initialize!