CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
def | __init__ (self, errorReporter) |
def | check (self, lineNumber, line) |
Public Member Functions inherited from SimpleValidator.SimpleValidator | |
def | reset (self, path) |
def | finalize (self) |
Static Public Member Functions | |
def | formatError (err) |
Public Attributes | |
macroCall | |
skip | |
Public Attributes inherited from SimpleValidator.SimpleValidator | |
errorReporter | |
path | |
Static Public Attributes | |
string | SUITE_NAME = 'MacroSemicolonChecker' |
string | NAME = 'macroSemicolonChecker' |
Validator for ensuring that macros don't have trailing semicolons.
def validation.MacroSemicolonValidator.__init__ | ( | self, | |
errorReporter | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
def validation.MacroSemicolonValidator.check | ( | self, | |
lineNumber, | |||
line | |||
) |
|
static |
validation.MacroSemicolonValidator.macroCall |
|
static |
validation.MacroSemicolonValidator.skip |
|
static |