My Project
|
#include <definition.h>
Public Attributes | |
int | startLine |
line number of the start of the definition | |
int | endLine |
line number of the end of the definition | |
FileDef * | fileDef |
file definition containing the function body | |
Data associated with description found in the body.
Definition at line 57 of file definition.h.
int BodyInfo::endLine |
line number of the end of the definition
Definition at line 60 of file definition.h.
Referenced by Definition::getEndBodyLine(), Definition::hasSources(), marshalBodyInfo(), Definition::setBodySegment(), unmarshalBodyInfo(), and Definition::writeInlineCode().
FileDef* BodyInfo::fileDef |
file definition containing the function body
Definition at line 61 of file definition.h.
Referenced by Definition::getBodyDef(), Definition::getSourceFileBase(), Definition::hasSources(), marshalBodyInfo(), Definition::setBodyDef(), unmarshalBodyInfo(), Definition::writeInlineCode(), and Definition::writeSourceDef().
int BodyInfo::startLine |
line number of the start of the definition
Definition at line 59 of file definition.h.
Referenced by Definition::getSourceAnchor(), Definition::getSourceFileBase(), Definition::getStartBodyLine(), Definition::hasSources(), marshalBodyInfo(), Definition::setBodySegment(), unmarshalBodyInfo(), Definition::writeInlineCode(), and Definition::writeSourceDef().