Name |
Type |
Description |
$csel |
AST |
this variable is set when a
pattern-matching is successful (mark
the beginning of the fortran code
matched). It may also be set through
the displacement statements (see chapter
7.4) or directly by a
selection made by the user in the
current fortran window. |
$cstat |
AST |
this variable is set to the statement
containing $csel or to $csel
(if it is a statement). |
$cfile |
Undocumented |
This variable describes the file which
contains the current unit. |
$cunit |
AST |
This variable is the root of the
AST which defines the fortran
code of the current unit. It allows to
acces to several informations
(statements, symbol table, forlib, ...) |
$cforlib |
Undocumented |
This variable allows to access
to the current forlib. |
$csymtab |
Undocumented |
This variable allows to access
to the current fortran symbol table. In
fact, it is never used since the
symbol table can be accessed
via the unit (i.e. $cunit) |