Inspect Reference Summary

Parameters for C
106101 Tandem Computers Incorporated 43
C Scope Units and Scope Paths
scope-path
:
#
function
C Code Locations
code-location
:
{
scope-path
} [ FROM
module˚
] [
offset˚
]...
{ [
scope-path
.]
code-spec
}
code-spec
: one of
function
label
statement-number
#line-number
[ (
source-file
) ]
offset
:
{ + | - }
num
[
code-unit
]
code-unit
: one of
INSTRUCTION[S] STATEMENT[S] VERB[S]
C Data Locations
data-location
:
[
scope-path
[ (
instance
) ] . ]
data-reference
[ #
data-block
. ]
instance
:
[ + | - ]
integer
data-reference
: one of
identifier
data-reference
'['
subscript-range
']'
data-reference.identifier
data-reference
->
identifier
*
data-reference
subscript-range
:
expression
[ :
expression
]