C# Class Irony.Compiler.SourceFile

Inheritance: ISourceStream
Afficher le fichier Open project: Zepheus/Fiesta_Utils Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EOF ( ) : bool
GetLexeme ( ) : string

Method Details

MatchSymbol() public méthode

public MatchSymbol ( string symbol, bool ignoreCase ) : bool
symbol string
ignoreCase bool
Résultat bool

SourceFile() public méthode

public SourceFile ( string text, string fileName ) : System
text string
fileName string
Résultat System

SourceFile() public méthode

public SourceFile ( string text, string fileName, int tabWidth ) : System
text string
fileName string
tabWidth int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string