C-Breeze
C Compiler Infrastructure

[ Project home page]

SCOPE_WALKER_H_SYMBOL_TABLE

Access the symbol tables. More...

Functions

*Identifiers_tablescope_walker::ids () const
Tags_tablescope_walker::tags () const
Externals_tablescope_walker::externs () const
int scope_walker::symbol_level () const

Detailed Description

Access the symbol tables.


Function Documentation

Externals_table* scope_walker::externs  )  const [inline, inherited]
 

Definition at line 86 of file scope_walker.h.

References scope_walker::_externs.

* Identifiers_table* scope_walker::ids  )  const [inline, inherited]
 

Definition at line 84 of file scope_walker.h.

References scope_walker::_ids.

int scope_walker::symbol_level  )  const [inline, inherited]
 

Definition at line 87 of file scope_walker.h.

References scope_walker::_symbol_level.

Tags_table* scope_walker::tags  )  const [inline, inherited]
 

Definition at line 85 of file scope_walker.h.

References scope_walker::_tags.


Generated on February 1, 2006
Back to the C-Breeze home page