Searched refs:line_offset (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/backends/junit/
H A DJUnit.py26 # insertion of imports in handleStudentsImports causes increase of line_offset
111 # updated (minus line_offset).
112 line_offset = 0 variable in class:JUnit
180 self.line_offset += 2
222 # by adding the new import declaration, line_offset
224 self.line_offset += 2
232 # at the very beginning of our syntax check we set line_offset
235 self.line_offset = 0
248 This method subtracts line_offset from the line numbers the compiler
257 new_line_number = int(match) - self.line_offset
[all...]

Completed in 9 milliseconds