Name
Pragmas — These tags record every Pragma within the source file.
Synopsis
pr#[pragmaId] [name]
ploc {Location}
pkind [kind]
ppos {Location} {Location}
ptext [text]
Definition
{Location} The
location in the source file where this pragma
begins.
|
[kind] The kind of Pragma this
is.
|
{Location}{Location}
The location where this pragma begins and ends.
|
[text] The actual text of the
pragma.
|