Squeak Class Documentation category index | class index  
 
RequestAlternateSyntaxSetting
  category: System-Exceptions Kernel
  superclass: Notification
  subclasses:

I provide a way to override the current setting of the alternate syntax preference. I am used when filing in code to insure that the Smalltalk-80 preference is used regardless of what the user likes to see in her browsers.

instance methods
  as yet unclassified
  defaultAction

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

defaultAction

No action is taken. The value nil is returned as the value of the message that signaled the exception.


class methods
  no messages top