9.5.7 Line directives

王朝other·作者佚名  2006-01-10
宽屏版  字体: |||超大  

9.5.7 Line directives

Line directives may be used to alter the line numbers and source file names

that are reported by the compiler in

output such as warnings and errors.

[Note: Line directives are most commonly used in meta-programming tools

that generate C# source code from

some other text input. end note]

pp-line::

whitespaceopt # whitespaceopt line whitespace line-indicator pp-new-line

line-indicator::

decimal-digits whitespace file-name

decimal-digits

default

file-name::

" file-name-characters "

file-name-characters::

file-name-character

file-name-characters file-name-character

file-name-character::

Any character except " (U+0022), and new-line

When no #line directives are present, the compiler reports true line

numbers and source file names in its output.

When processing a #line directive that includes a line-indicator that is

not default, the compiler treats the line

after the directive as having the given line number (and file name, if

specified).

A #line default directive reverses the effect of all preceding #line

directives. The compiler reports true line

information for subsequent lines, precisely as if no #line directives had

been processed.

[Note: Note that a file-name differs from a regular string literal in that

escape characters are not processed; the

.\. character simply designates an ordinary back-slash character within a

file-name. end note]

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有