eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ProjectProblem::MethodCompilabilityIssue1':

Home

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

Class: MethodCompilabilityIssue1 (private in ProjectProblem

This class is only visible from within ProjectProblem.

Inheritance:

   Object
   |
   +--ProjectProblem
      |
      +--ProjectProblem::ClassProblem
         |
         +--ProjectProblem::MethodProblem
            |
            +--ProjectProblem::MethodCompilabilityIssue1

Package:
stx:libbasic3
Category:
System-Support-Projects
Owner:
ProjectProblem

Instance protocol:

accessing
o  severity
(comment from inherited method)
Return a severity - one of #error, #warning, #info

accessing-description
o  description
Return a (HTML) describing the problem.

o  label
Return the label (possibly instance if a Text) shortly describing the problem

error handling
o  addError: aMessage from: position to: endPos

o  addWarning: aMessage from: position to: endPos

o  correctableError: aMessage position: position to: endPos from: aCompiler
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.

o  correctableSelectorWarning: aMessage position: position to: endPos from: aCompiler
warning notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.

o  correctableWarning: aMessage position: position to: endPos from: aCompiler
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.

o  error: aMessage position: position to: endPos from: aCompiler
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.

o  unusedVariableWarning: aMessage position: position to: endPos from: aCompiler
warning notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.

o  warning: aMessage position: position to: endPos from: aCompiler
warning notification during fileIn - ignore it.
This is sent by the compiler/evaluator if it detects errors.

queries
o  hasIssue


Private classes:

    Error
    Warning


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 06:06:54 GMT