eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::ByteCodeCompilerSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ByteCodeCompilerSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::ByteCodeCompilerSettingsAppl

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication

Description:


I manage settings for bytecode compilation.
Mostly controlling accepted syntax, warnings and errors.


Class protocol:

defaults
o  constantFoldingOptions

o  constantFoldingStrings

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  defaultIcon
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).

o  defaultIcon1
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon1 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon1
     Icon flushCachedIcons

o  defaultIcon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon2 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon2
     Icon flushCachedIcons

o  defaultIcon5
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon5 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon5
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:AbstractSettingsApplication::ByteCodeCompilerSettingsAppl andSelector:#windowSpec
     AbstractSettingsApplication::ByteCodeCompilerSettingsAppl new openInterface:#windowSpec
     AbstractSettingsApplication::ByteCodeCompilerSettingsAppl open


Instance protocol:

actions
o  basicReadSettings
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

o  basicSaveSettings
(comment from inherited method)
utility to save aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

o  reenableSuppressedWarnings

o  simpleAspects

o  stcCompilerSettings

aspects
o  allowAssignmentToPoolVariable

o  allowDollarInIdentifier

o  allowDolphinExtensions

o  allowEmptyStatements
allowEmptyStatements addDependent:self.

o  allowExtendedBinarySelectors

o  allowFixedPointLiterals

o  allowOldStyleAssignment

o  allowParagraphInIdentifier

o  allowQualifiedNames
true, if '#{..}' and 'namespace.varName' qualified names are allowed

o  allowReservedWordsAsSelectors
if true, 'self', 'super', 'thisContext', 'nil', 'true' and 'false' are allowed
as unary message selectors.

o  allowSqueakExtensions

o  allowUnderscoreInIdentifier

o  allowVisualAgeESSymbolLiterals

o  allowVisualAgePrimitives

o  arraysAreImmutable

o  constantFolding

o  constantFoldingOptions

o  constantFoldingSelection

o  enableDollar

o  enableParagraph

o  enableUnderscore

o  fullDebugSupport

o  justInTimeCompilation

o  stringsAreImmutable

o  warnAboutBadComments

o  warnAboutMissingMethodComment

o  warnAboutNonLowercaseLocalVariableNames

o  warnAboutPossibleSTCCompilationProblems

o  warnAboutPossiblyUnimplementedSelectors

o  warnAboutPossiblyUninitializedLocals

o  warnAboutReferenceToPrivateClass

o  warnAboutShortLocalVariableNames

o  warnAboutWrongVariableNames

o  warnCommonMistakes

o  warnDollarInIdentifier

o  warnInconsistentReturnValues

o  warnOldStyleAssignment

o  warnPlausibilityChecks

o  warnPossibleIncompatibilities
holds true, if possible incompatibilities (with other ST systems)
are to be warned about

o  warnSTXSpecials

o  warnUnderscoreInIdentifier

o  warnUnusedVars

o  warnings

change & update
o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

help
o  helpFilename

queries
o  hasUnsavedChanges
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

o  supportsJustInTimeCompilation



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 23 Apr 2024 13:15:54 GMT