|
Class: MethodCompilabilityIssue1 (private in ProjectProblem
This class is only visible from within
ProjectProblem.
Object
|
+--ProjectProblem
|
+--ProjectProblem::ClassProblem
|
+--ProjectProblem::MethodProblem
|
+--ProjectProblem::MethodCompilabilityIssue1
- Package:
- stx:libbasic3
- Category:
- System-Support-Projects
- Owner:
- ProjectProblem
accessing
-
severity
-
(comment from inherited method)
Return a severity - one of #error, #warning, #info
accessing-description
-
description
-
Return a (HTML) describing the problem.
-
label
-
Return the label (possibly instance if a Text) shortly describing the problem
error handling
-
addError: aMessage from: position to: endPos
-
-
addWarning: aMessage from: position to: endPos
-
-
correctableError: aMessage position: position to: endPos from: aCompiler
-
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
correctableSelectorWarning: aMessage position: position to: endPos from: aCompiler
-
warning notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
correctableWarning: aMessage position: position to: endPos from: aCompiler
-
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
error: aMessage position: position to: endPos from: aCompiler
-
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
unusedVariableWarning: aMessage position: position to: endPos from: aCompiler
-
warning notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
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
-
hasIssue
-
Error
Warning
|