webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, first_line_num) |
def | TryAppend (self, line, line_num) |
def | HitEOF (self) |
def | BindMacroCollection (self, macro_collection) |
def | lines (self) |
Public Member Functions inherited from pddm.SourceFile.SectionBase | |
def | __init__ (self, first_line_num) |
def | TryAppend (self, line, line_num) |
def | HitEOF (self) |
def | BindMacroCollection (self, macro_collection) |
def | Append (self, line) |
def | lines (self) |
def | num_lines_captured (self) |
def | first_line_num (self) |
def | first_line (self) |
def | text (self) |
Section that is the result of an macro expansion.
def pddm.SourceFile.ExpansionSection.__init__ | ( | self, | |
first_line_num | |||
) |
def pddm.SourceFile.ExpansionSection.BindMacroCollection | ( | self, | |
macro_collection | |||
) |
def pddm.SourceFile.ExpansionSection.HitEOF | ( | self | ) |
def pddm.SourceFile.ExpansionSection.lines | ( | self | ) |
def pddm.SourceFile.ExpansionSection.TryAppend | ( | self, | |
line, | |||
line_num | |||
) |