ICsFile Interface Reference

Abstract C# file interface. More...

List of all members.

Public Member Functions

void setBuffer (char[] buffer)
 Set buffer.
char[] getBuffer ()
 Returns buffer.
void setPath (string path)
 Set file path (path used in error reporting).
string getPath ()
 Get file path.
ICsProject getProject ()
 Returns project.
CsCompilationUnit getCompilationUnit ()
 Returns compilation unit.
void setCompilationUnit (CsCompilationUnit unit)
 Set compilation unit.
List< CsTokengetTokens ()
 Returns tokens.

Detailed Description

Abstract C# file interface.


Member Function Documentation

char [] getBuffer (  ) 

Returns buffer.

CsCompilationUnit getCompilationUnit (  ) 

Returns compilation unit.

string getPath (  ) 

Get file path.

ICsProject getProject (  ) 

Returns project.

List<CsToken> getTokens (  ) 

Returns tokens.

void setBuffer ( char[]  buffer  ) 

Set buffer.

void setCompilationUnit ( CsCompilationUnit  unit  ) 

Set compilation unit.

void setPath ( string  path  ) 

Set file path (path used in error reporting).

© 2010 metaspec