ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ann Class Reference

Annotation base class. More...

#include <ann.h>

Inheritance diagram for Ann:

Public Member Functions

 Ann (int line)
 
int line () const
 

Private Attributes

int _line
 

Detailed Description

Annotation base class.

Provides a base class for all other annotations. All it does is hold the Coord information for error messages.

Definition at line 15 of file ann.h.

Constructor & Destructor Documentation

Ann::Ann ( int  line)
inline

Definition at line 23 of file ann.h.

Member Function Documentation

int Ann::line ( ) const
inline

Definition at line 27 of file ann.h.

References _line.

Member Data Documentation

int Ann::_line
private

Definition at line 19 of file ann.h.

Referenced by line().


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