method categories in Symbol

ssadams at us.ibm.com ssadams at us.ibm.com
Thu Jan 20 18:43:46 UTC 2000



The method category 'system primitives' in class Symbol include 3 methods
(#isKeyword #isInfix #isPvtSelector) which should belong in a 'testing'
category, along with the obviously missing #isUnary ala:

isUnary
     "if I'm not infix(binary) or keyword"
     ^self isInfix not and:[self isKeyword not]

Sam S. Adams, IBM Distinguished Engineer, Software Group
tie line 444-0736, outside 919-254-0736, email: ssadams at us.ibm.com
<<Hebrews 11:6, Proverbs 3:5-6, Romans 1:16-17, I Corinthians 1:10>>






More information about the Squeak-dev mailing list