CatapultServer  v0.5.0.1 (Elephant)
validation.InsertionOperatorFormattingValidator Class Reference
Inheritance diagram for validation.InsertionOperatorFormattingValidator:
Collaboration diagram for validation.InsertionOperatorFormattingValidator:

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'
 

Detailed Description

Validator for ensuring insertion operator has appropriate formatting.

Constructor & Destructor Documentation

◆ __init__()

def validation.InsertionOperatorFormattingValidator.__init__ (   self,
  errorReporter 
)

Reimplemented from SimpleValidator.SimpleValidator.

Member Function Documentation

◆ check()

def validation.InsertionOperatorFormattingValidator.check (   self,
  lineNumber,
  line 
)
Here is the call graph for this function:

◆ formatError()

def validation.InsertionOperatorFormattingValidator.formatError (   err)
static

◆ reportError()

def validation.InsertionOperatorFormattingValidator.reportError (   self,
  lineNumber,
  line,
  message 
)
Here is the caller graph for this function:

Member Data Documentation

◆ NAME

string validation.InsertionOperatorFormattingValidator.NAME = 'insertionOperatorFormattingChecker'
static

◆ previousStrippedLine

validation.InsertionOperatorFormattingValidator.previousStrippedLine

◆ SUITE_NAME

string validation.InsertionOperatorFormattingValidator.SUITE_NAME = 'InsertionOperatorFormattingChecker'
static

The documentation for this class was generated from the following file: