casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes
gprof2dot.LineParser Class Reference
Inheritance diagram for gprof2dot.LineParser:
gprof2dot.Parser gprof2dot.OprofileParser gprof2dot.SharkParser

List of all members.

Public Member Functions

def __init__
def readline
def lookahead
def consume
def eof

Private Attributes

 _file
 __line
 __eof

Detailed Description

Base class for parsers that read line-based formats.

Definition at line 584 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.LineParser.__init__ (   self,
  file 
)

Reimplemented in gprof2dot.SharkParser, and gprof2dot.OprofileParser.

Definition at line 587 of file gprof2dot.py.


Member Function Documentation

def gprof2dot.LineParser.eof (   self)

Definition at line 610 of file gprof2dot.py.

References gprof2dot.LineParser.__eof, and gprof2dot.LineParser.__line.


Member Data Documentation

Definition at line 591 of file gprof2dot.py.

Referenced by gprof2dot.LineParser.eof(), and gprof2dot.LineParser.readline().

Definition at line 589 of file gprof2dot.py.


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