C# Class CSScriptCompilers.CCSharpParser.CSharpParser

CSharpParser is a cut down edition of the CS-Script engine C# parser implementation. It only parses C# code with respect to strings and comments.
Afficher le fichier Open project: oleg-shilo/cs-script

Méthodes publiques

Méthode Description
CSharpParser ( string code ) : System
NoteCommentsAndStrings ( ) : void

Private Methods

Méthode Description
AllRawIndexOf ( string pattern, int startIndex, int endIndex ) : int[]

Method Details

CSharpParser() public méthode

public CSharpParser ( string code ) : System
code string
Résultat System

NoteCommentsAndStrings() public méthode

public NoteCommentsAndStrings ( ) : void
Résultat void