C# Class Irony.Compiler.SourceFile

Inheritance: ISourceStream
Show file Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
MatchSymbol ( string symbol, bool ignoreCase ) : bool
SourceFile ( string text, string fileName ) : System
SourceFile ( string text, string fileName, int tabWidth ) : System
ToString ( ) : string

Private Methods

Method Description
EOF ( ) : bool
GetLexeme ( ) : string

Method Details

MatchSymbol() public method

public MatchSymbol ( string symbol, bool ignoreCase ) : bool
symbol string
ignoreCase bool
return bool

SourceFile() public method

public SourceFile ( string text, string fileName ) : System
text string
fileName string
return System

SourceFile() public method

public SourceFile ( string text, string fileName, int tabWidth ) : System
text string
fileName string
tabWidth int
return System

ToString() public method

public ToString ( ) : string
return string