webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.style.checkers.cpp._EnumState Class Reference
Inheritance diagram for webkitpy.style.checkers.cpp._EnumState:

Public Member Functions

def __init__ (self)
 
def process_clean_line (self, line)
 

Public Attributes

 in_enum_decl
 
 is_webidl_enum
 
 enum_decl_name
 

Detailed Description

Maintains whether currently in an enum declaration, and checks whether
enum declarations follow the style guide.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.cpp._EnumState.__init__ (   self)

Member Function Documentation

◆ process_clean_line()

def webkitpy.style.checkers.cpp._EnumState.process_clean_line (   self,
  line 
)

Member Data Documentation

◆ enum_decl_name

webkitpy.style.checkers.cpp._EnumState.enum_decl_name

◆ in_enum_decl

webkitpy.style.checkers.cpp._EnumState.in_enum_decl

◆ is_webidl_enum

webkitpy.style.checkers.cpp._EnumState.is_webidl_enum

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