|
CatapultServer
v0.5.0.1 (Elephant)
|


Public Member Functions | |
| def | __init__ (self, errorReporter) |
| def | check (self, lineNumber, line) |
| def | reportError (self, lineNumber, line, message) |
Public Member Functions inherited from SimpleValidator.SimpleValidator | |
| def | reset (self, path) |
| def | finalize (self) |
Static Public Member Functions | |
| def | formatError (err) |
Public Attributes | |
| previousStrippedLine | |
Public Attributes inherited from SimpleValidator.SimpleValidator | |
| errorReporter | |
| path | |
Static Public Attributes | |
| string | SUITE_NAME = 'InsertionOperatorFormattingChecker' |
| string | NAME = 'insertionOperatorFormattingChecker' |
Validator for ensuring insertion operator has appropriate formatting.
| def validation.InsertionOperatorFormattingValidator.__init__ | ( | self, | |
| errorReporter | |||
| ) |
Reimplemented from SimpleValidator.SimpleValidator.
| def validation.InsertionOperatorFormattingValidator.check | ( | self, | |
| lineNumber, | |||
| line | |||
| ) |

|
static |
| def validation.InsertionOperatorFormattingValidator.reportError | ( | self, | |
| lineNumber, | |||
| line, | |||
| message | |||
| ) |

|
static |
| validation.InsertionOperatorFormattingValidator.previousStrippedLine |
|
static |