333 @param coding character coding of the source file |
333 @param coding character coding of the source file |
334 @type str |
334 @type str |
335 """ |
335 """ |
336 ClbrBase.__init__(self, module, "Coding", file, lineno) |
336 ClbrBase.__init__(self, module, "Coding", file, lineno) |
337 self.coding = coding |
337 self.coding = coding |
|
338 self.linenumber = lineno |
338 |
339 |
339 |
340 |
340 class Enum(ClbrBase): |
341 class Enum(ClbrBase): |
341 """ |
342 """ |
342 Class to represent an enum definition. |
343 Class to represent an enum definition. |