Squeak Class Documentation category index | class index  
 
ApplescriptError
  category: VMConstruction-Applescript
  superclass: StringHolder
  subclasses:

I represent a syntax or execution error report for errors encountered when processing Applescripts. As a StringHolder, the string to be viewed is generally the method code or expression containing the error.

instance methods
  as yet unclassified
  canDiscardEdits
code:errorMessage:from:to:
contentsSelection
list
listIndex
listMenu:

class methods
  as yet unclassified
  buildMVCViewOn:
buildMorphicViewOn:
open:
syntaxErrorFor:withComponent:

instance methods
  as yet unclassified top  
 

canDiscardEdits

Answer true if none of the views on this model has unaccepted edits that matter.


 

code:errorMessage:from:to:


 

contentsSelection

Return the interval of text in the code pane to select when I set the pane's contents


 

list


 

listIndex


 

listMenu:


class methods
  as yet unclassified top  
 

buildMVCViewOn:

Answer an MVC view on the given SyntaxError.


 

buildMorphicViewOn:

Answer an Morphic view on the given SyntaxError.


 

open:

Answer a standard system view whose model is an instance of me.


 

syntaxErrorFor:withComponent: