CsFile Class Reference

C# File. More...

List of all members.

Public Attributes

char[] buffer
 File content.
string path
 File path.
CsCompilationUnit unit
 Compilation unit generated from file.
List< CsTokentokens
 C# tokens.
ppline_info[] ppline_infos
 #line map info.
cs_pass pass
 C# pass.

Detailed Description

C# File.


Member Data Documentation

char [] buffer

File content.

C# pass.

string path

File path.

#line map info.

Used for evaluating correct line in error reporting. Array is ordered by ppline_info.line. Array is null if C# file does not contain #line directives.

List<CsToken> tokens

C# tokens.

Compilation unit generated from file.

© 2010 metaspec